diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-11-03 03:56:42 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-11-03 03:56:42 +0000 |
commit | 09b69954f24d0f10d715c8902b6bd9bb63b0d469 (patch) | |
tree | 510258d636dce8c3debfa152cdc7e8079a6b5e79 /audio/spiralsynth/Makefile | |
parent | c757f436f607cdb2bd0b6442a5c13b4ef9bd76e6 (diff) | |
download | ports-09b69954f24d0f10d715c8902b6bd9bb63b0d469.tar.gz ports-09b69954f24d0f10d715c8902b6bd9bb63b0d469.zip |
Notes
Diffstat (limited to 'audio/spiralsynth/Makefile')
-rw-r--r-- | audio/spiralsynth/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/audio/spiralsynth/Makefile b/audio/spiralsynth/Makefile index dd8a1e9a033e..5b590feed21e 100644 --- a/audio/spiralsynth/Makefile +++ b/audio/spiralsynth/Makefile @@ -16,6 +16,8 @@ COMMENT= MIDI-capable synthesizer for X LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk +BROKEN= "Does not patch on 4.x, does not compile on 5.x (bad C++ code); will be removed after Feb 2" + GNU_CONFIGURE= yes MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" @@ -26,12 +28,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME} DOC_FILES= CHANGES COPYING README -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" -.endif - post-patch: .for ii in Makefile.in PluginLink.sh ${MV} ${WRKSRC}/${ii} ${WRKSRC}/${ii}.orig @@ -78,4 +74,4 @@ do-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |