diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-01 23:39:21 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-01 23:39:21 +0800 |
commit | 2cf961beedd8f7dfab1f839aa3acda7671ba122d (patch) | |
tree | 65ab22b0a8f9df430becd3a93f3155bc993b4971 /audio | |
parent | 43f12e66aa14c64126ac9d728a728e09defd3052 (diff) | |
download | freebsd-ports-gnome-2cf961beedd8f7dfab1f839aa3acda7671ba122d.tar.gz freebsd-ports-gnome-2cf961beedd8f7dfab1f839aa3acda7671ba122d.tar.zst freebsd-ports-gnome-2cf961beedd8f7dfab1f839aa3acda7671ba122d.zip |
- Stage support
Diffstat (limited to 'audio')
-rw-r--r-- | audio/freealut/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/freealut/Makefile b/audio/freealut/Makefile index 27a3317ebd4c..f352d2fc6d83 100644 --- a/audio/freealut/Makefile +++ b/audio/freealut/Makefile @@ -11,18 +11,15 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= The OpenAL Utility Toolkit USE_AUTOTOOLS= libtool -NO_STAGE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USES= gmake openal:al pathfix pkgconfig USE_LDCONFIG= yes -.include <bsd.port.pre.mk> - post-patch: @${REINPLACE_CMD} -e 's/@CFLAGS@/& -lopenal ${PTHREAD_LIBS}/g' \ ${WRKSRC}/examples/Makefile.in \ ${WRKSRC}/test_suite/Makefile.in -.include <bsd.port.post.mk> +.include <bsd.port.mk> |