summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-04-07 20:45:59 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-04-07 20:45:59 +0000
commitacfa2e2bda2d9c51c42f7268ad7e357db2f09d6a (patch)
tree6bfba53d3a81b0a8e3b74eddb2521b58ccf80b8d /x11-toolkits
parent- use INFO (diff)
- move post-extract target to pre-configure
Reported by: kris (dosirak)
Notes
Notes: svn path=/head/; revision=106453
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gnustep-gui/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile
index 7ffa5f058299..7733e1c804b3 100644
--- a/x11-toolkits/gnustep-gui/Makefile
+++ b/x11-toolkits/gnustep-gui/Makefile
@@ -52,12 +52,10 @@ MAKE_FLAGS+= OPTFLAG="${CFLAGS}"
BREAKS_IF_PEDANTIC= yes
USE_REINPLACE= yes
-post-extract:
+pre-configure:
.for file in config.guess config.sub install-sh
@${CP} ${PREFIX}/System/Makefiles/${file} ${WRKSRC}
.endfor
-
-pre-configure:
${REINPLACE_CMD} -e "s|-lphread|${PTHREAD_LIBS}|" -e "s|CFLAGS =|CFLAGS+=|" \
-e "s|-Wall|-Wall ${PTHREAD_CFLAGS:S=""==}|" \
${WRKSRC}/Tools/gsnd/portaudio/pa_unix_oss/Makefile