diff options
author | trasz <trasz@FreeBSD.org> | 2008-06-18 20:11:06 +0800 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2008-06-18 20:11:06 +0800 |
commit | 986b83988ab0b99f0ec9d7af70044670f174e049 (patch) | |
tree | 3c77aaa0735ea0fe35ce5f985bed3efdb44d0a30 /audio | |
parent | d9d66a1358b9d47144513fbfeaca296eeeeb7a28 (diff) | |
download | freebsd-ports-gnome-986b83988ab0b99f0ec9d7af70044670f174e049.tar.gz freebsd-ports-gnome-986b83988ab0b99f0ec9d7af70044670f174e049.tar.zst freebsd-ports-gnome-986b83988ab0b99f0ec9d7af70044670f174e049.zip |
- Try to fix build on RELENG_6. Untested, as I cannot build it on tb[34]
due to failing dependencies.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sineshaper/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/sineshaper/Makefile b/audio/sineshaper/Makefile index b372a02e523b..ce6ed5cf94ae 100644 --- a/audio/sineshaper/Makefile +++ b/audio/sineshaper/Makefile @@ -22,6 +22,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi GNU_CONFIGURE= yes USE_GMAKE= yes +USE_GCC= 4.2+ CFLAGS+= -I${LOCALBASE}/include/dssi USE_AUTOTOOLS= autoconf:261 automake:110:env libtool:15 |