diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-23 09:27:27 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-23 09:27:27 +0000 |
commit | f912095f22769075cef989944a655ca20c32ed4c (patch) | |
tree | 4f3b91cedc5435de0411c20b2403ee1c3b138576 /audio | |
parent | Create/remove shared among Java ports ditrectories. (diff) |
Add USE_NEWGCC.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=29802
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libsidplay/Makefile | 1 | ||||
-rw-r--r-- | audio/libsidplay2/Makefile | 1 | ||||
-rw-r--r-- | audio/sidplay/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/audio/libsidplay/Makefile b/audio/libsidplay/Makefile index 8b79d6351863..c76cadc7a9ca 100644 --- a/audio/libsidplay/Makefile +++ b/audio/libsidplay/Makefile @@ -19,5 +19,6 @@ USE_XLIB= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes USE_GMAKE= yes +USE_NEWGCC= yes .include <bsd.port.mk> diff --git a/audio/libsidplay2/Makefile b/audio/libsidplay2/Makefile index 8b79d6351863..c76cadc7a9ca 100644 --- a/audio/libsidplay2/Makefile +++ b/audio/libsidplay2/Makefile @@ -19,5 +19,6 @@ USE_XLIB= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes USE_GMAKE= yes +USE_NEWGCC= yes .include <bsd.port.mk> diff --git a/audio/sidplay/Makefile b/audio/sidplay/Makefile index 8b79d6351863..c76cadc7a9ca 100644 --- a/audio/sidplay/Makefile +++ b/audio/sidplay/Makefile @@ -19,5 +19,6 @@ USE_XLIB= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes USE_GMAKE= yes +USE_NEWGCC= yes .include <bsd.port.mk> |