diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-07 18:22:32 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-07 18:22:32 +0000 |
commit | 60dc3a18a671fd9f54a3152190663e908cc18401 (patch) | |
tree | 7650974b02ab4e420a4b56c26e03bc5f6df0d586 /audio/id3lib | |
parent | e40046b15dfb9ad5c4dcaa8137ef304b829ea59b (diff) | |
download | ports-60dc3a18a671fd9f54a3152190663e908cc18401.tar.gz ports-60dc3a18a671fd9f54a3152190663e908cc18401.zip |
Add USE_NEWGCC since this port doesn't compile with RELENG_3 gcc.
PR: 22608
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=36898
Diffstat (limited to 'audio/id3lib')
-rw-r--r-- | audio/id3lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/id3lib/Makefile b/audio/id3lib/Makefile index ec784810fcd6..6f2028c3ce29 100644 --- a/audio/id3lib/Makefile +++ b/audio/id3lib/Makefile @@ -16,6 +16,7 @@ MAINTAINER= roman@xpert.com LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt INSTALLS_SHLIB= yes +USE_NEWGCC= yes USE_LIBTOOL= yes USE_AUTOMAKE= yes USE_GMAKE= yes |