aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-02-01 23:39:21 +0800
committermiwi <miwi@FreeBSD.org>2014-02-01 23:39:21 +0800
commit2cf961beedd8f7dfab1f839aa3acda7671ba122d (patch)
tree65ab22b0a8f9df430becd3a93f3155bc993b4971 /audio
parent43f12e66aa14c64126ac9d728a728e09defd3052 (diff)
downloadfreebsd-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/Makefile5
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>