Date: Sat, 1 Feb 2014 15:39:21 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342175 - head/audio/freealut Message-ID: <201402011539.s11FdLed033596@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sat Feb 1 15:39:21 2014 New Revision: 342175 URL: http://svnweb.freebsd.org/changeset/ports/342175 QAT: https://qat.redports.org/buildarchive/r342175/ Log: - Stage support Modified: head/audio/freealut/Makefile Modified: head/audio/freealut/Makefile ============================================================================== --- head/audio/freealut/Makefile Sat Feb 1 15:39:05 2014 (r342174) +++ head/audio/freealut/Makefile Sat Feb 1 15:39:21 2014 (r342175) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402011539.s11FdLed033596>