diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 06:01:18 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 06:01:18 +0000 |
commit | 3164dcb39062f3c229356ee4c4fc6a40c7f96ccd (patch) | |
tree | 98373402aedfdc1b7c78a34b182f33e7f1550591 /audio/blop/Makefile | |
parent | d26db2fa2b13a671c205ea9f7219c0f899c66d37 (diff) | |
download | ports-3164dcb39062f3c229356ee4c4fc6a40c7f96ccd.tar.gz ports-3164dcb39062f3c229356ee4c4fc6a40c7f96ccd.zip |
Notes
Diffstat (limited to 'audio/blop/Makefile')
-rw-r--r-- | audio/blop/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/blop/Makefile b/audio/blop/Makefile index 1f4c7413b8f3..82c3d13bc05c 100644 --- a/audio/blop/Makefile +++ b/audio/blop/Makefile @@ -23,6 +23,12 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-ladspa-prefix="${LOCALBASE}" +.include <bsd.port.pre.mk> + +.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102 +BROKEN= "Configure fails on alpha 5.x" +.endif + post-patch: @${REINPLACE_CMD} 's|-pipe -Wall -O3 |\$$CFLAGS |g' ${WRKSRC}/configure @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ @@ -32,4 +38,4 @@ post-patch: pre-build: cd ${WRKSRC}/src; ${GMAKE} sawtooth_data.h square_data.h parabola_data.h -.include <bsd.port.mk> +.include <bsd.port.post.mk> |