summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-01-07 18:22:32 +0000
committerWill Andrews <will@FreeBSD.org>2001-01-07 18:22:32 +0000
commit60dc3a18a671fd9f54a3152190663e908cc18401 (patch)
tree7650974b02ab4e420a4b56c26e03bc5f6df0d586 /audio
parentClean up inefficient perl invocations; use multiple REs in the same call. (diff)
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')
-rw-r--r--audio/id3lib/Makefile1
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