diff options
author | kris <kris@FreeBSD.org> | 2007-01-30 07:51:55 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-01-30 07:51:55 +0800 |
commit | c4b25c8706563848067a2476165dc6d1b9847808 (patch) | |
tree | 0a79c4a43e327cfd471e874f7fe11b78057b34be /audio | |
parent | e2c3f06a64aca1169fe9b5289b0ebf9227714e9f (diff) | |
download | freebsd-ports-gnome-c4b25c8706563848067a2476165dc6d1b9847808.tar.gz freebsd-ports-gnome-c4b25c8706563848067a2476165dc6d1b9847808.tar.zst freebsd-ports-gnome-c4b25c8706563848067a2476165dc6d1b9847808.zip |
Use libtool port instead of included version to avoid a.out objformat botch
Diffstat (limited to 'audio')
-rw-r--r-- | audio/freealut/Makefile | 1 | ||||
-rw-r--r-- | audio/swhplugins/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/audio/freealut/Makefile b/audio/freealut/Makefile index c7997d218398..63b37ad2e6a4 100644 --- a/audio/freealut/Makefile +++ b/audio/freealut/Makefile @@ -17,6 +17,7 @@ COMMENT= The OpenAL Utility Toolkit LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" USE_GMAKE= yes diff --git a/audio/swhplugins/Makefile b/audio/swhplugins/Makefile index 6ab48317b0a7..5025a8233178 100644 --- a/audio/swhplugins/Makefile +++ b/audio/swhplugins/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= fftw3f.4:${PORTSDIR}/math/fftw3-float # includes assembler code ONLY_FOR_ARCHS= i386 amd64 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS= -I${LOCALBASE}/include |