aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-24 05:51:30 +0800
committerkris <kris@FreeBSD.org>2004-02-24 05:51:30 +0800
commit2715acbd85b3ec87c9ab3c0b40082edfd62aa982 (patch)
tree1ecc2e6cef5eea3ae89d912a37cb6a5ade6a0946 /audio
parent0423a13d5880bffa94353a5bb907bfbf8c1b7254 (diff)
downloadfreebsd-ports-gnome-2715acbd85b3ec87c9ab3c0b40082edfd62aa982.tar.gz
freebsd-ports-gnome-2715acbd85b3ec87c9ab3c0b40082edfd62aa982.tar.zst
freebsd-ports-gnome-2715acbd85b3ec87c9ab3c0b40082edfd62aa982.zip
BROKEN on !i386 and !amd64: Does not compile.
Diffstat (limited to 'audio')
-rw-r--r--audio/fluidsynth/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile
index 13f997510334..4792d04bc01a 100644
--- a/audio/fluidsynth/Makefile
+++ b/audio/fluidsynth/Makefile
@@ -24,8 +24,14 @@ CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LIBS="${PTHREAD_LIBS}"
MAN1= fluidsynth.1
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386" && ${ARCH} != "amd64"
+BROKEN= "Does not compile on !i386 and !amd64"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.in
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>