diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-03 21:52:44 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-03 21:52:44 +0000 |
commit | 3771610f0842cd3206b59e6397c43d3cf90db015 (patch) | |
tree | e566fe5364741df415264c4001bd4ecd10c93a29 /audio/spiralsynth | |
parent | b6b597628a4344b28685834154582e90e427880b (diff) | |
download | ports-3771610f0842cd3206b59e6397c43d3cf90db015.tar.gz ports-3771610f0842cd3206b59e6397c43d3cf90db015.zip |
Notes
Diffstat (limited to 'audio/spiralsynth')
-rw-r--r-- | audio/spiralsynth/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/spiralsynth/Makefile b/audio/spiralsynth/Makefile index 5b590feed21e..afc5f52629e9 100644 --- a/audio/spiralsynth/Makefile +++ b/audio/spiralsynth/Makefile @@ -16,8 +16,6 @@ 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}" @@ -35,7 +33,8 @@ post-patch: s|CFLAGS =|CFLAGS +=|g ; \ s|CXXFLAGS=|CXXFLAGS+=|g ; \ s|-lm|${PTHREAD_LIBS} -lm|g ; \ - s|/usr/X11R6|${X11BASE}|g' < ${ii}.orig > ${ii} + s|/usr/X11R6|${X11BASE}|g' < ${WRKSRC}/${ii}.orig \ + > ${WRKSRC}/${ii} .endfor # Use as a plugin to SpiralLoops 2.0.0 results in "Can't open audio driver." .if defined(PLUGIN) |