aboutsummaryrefslogtreecommitdiff
path: root/audio/fluidsynth
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-04-10 20:58:40 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-04-10 20:58:40 +0000
commita6064d1bfaa42e7141eaf150ccaa4d83c233bf8d (patch)
tree02a57bb28d325af9889f0fdd7fb3fcefc3f6524b /audio/fluidsynth
parentbab366499cbeaee7f11dc3e8a84af7f8e2edb057 (diff)
downloadports-a6064d1bfaa42e7141eaf150ccaa4d83c233bf8d.tar.gz
ports-a6064d1bfaa42e7141eaf150ccaa4d83c233bf8d.zip
Notes
Diffstat (limited to 'audio/fluidsynth')
-rw-r--r--audio/fluidsynth/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile
index f739fac4cf5a..35baaec1ec3f 100644
--- a/audio/fluidsynth/Makefile
+++ b/audio/fluidsynth/Makefile
@@ -24,14 +24,8 @@ 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.post.mk>
+.include <bsd.port.mk>