diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-01 15:39:21 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-01 15:39:21 +0000 |
commit | cdaba550f9c0c97137fcc783e8b0d9da50331656 (patch) | |
tree | 65ab22b0a8f9df430becd3a93f3155bc993b4971 /audio/freealut | |
parent | - Stage support (diff) |
- Stage support
Notes
Notes:
svn path=/head/; revision=342175
Diffstat (limited to 'audio/freealut')
-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> |