diff options
author | will <will@FreeBSD.org> | 2001-01-08 02:22:32 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-08 02:22:32 +0800 |
commit | d9465534daf40c7ffaebc9bfa36050251036b9f9 (patch) | |
tree | bad1777d9f802be0ca00b278435b35eb5b15e957 /audio/id3lib | |
parent | 17fc78c61a40e51c25675da0e3d99e222c1abdd3 (diff) | |
download | freebsd-ports-gnome-d9465534daf40c7ffaebc9bfa36050251036b9f9.tar.gz freebsd-ports-gnome-d9465534daf40c7ffaebc9bfa36050251036b9f9.tar.zst freebsd-ports-gnome-d9465534daf40c7ffaebc9bfa36050251036b9f9.zip |
Add USE_NEWGCC since this port doesn't compile with RELENG_3 gcc.
PR: 22608
Submitted by: maintainer
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 |