From 0288d47ca7fe7e307d6baaaf62e9ce59a1c5e89a Mon Sep 17 00:00:00 2001 From: trevor Date: Mon, 3 Nov 2003 21:52:44 +0000 Subject: Fix a problem in post-patch. noticed by: kris --- audio/spiralsynth/Makefile | 5 ++--- 1 file 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) -- cgit