diff options
author | kris <kris@FreeBSD.org> | 2005-04-10 20:58:40 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-04-10 20:58:40 +0000 |
commit | e90ba78e7a3e4cc608483642fff52ffc10fc1e90 (patch) | |
tree | 73c4924c8a4b5f5b562b2ab29c18f88eedcbe41f /audio/fluidsynth | |
parent | 2e9adecca250ce72b19ce92d6e857b54cf7fbd85 (diff) | |
download | FreeBSD-ports-e90ba78e7a3e4cc608483642fff52ffc10fc1e90.zip FreeBSD-ports-e90ba78e7a3e4cc608483642fff52ffc10fc1e90.tar.gz |
Now builds on sparc64
Diffstat (limited to 'audio/fluidsynth')
-rw-r--r-- | audio/fluidsynth/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile index f739fac..35baaec 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> |