diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-04-07 20:45:59 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-04-07 20:45:59 +0000 |
commit | acfa2e2bda2d9c51c42f7268ad7e357db2f09d6a (patch) | |
tree | 6bfba53d3a81b0a8e3b74eddb2521b58ccf80b8d /x11-toolkits/gnustep-gui | |
parent | c9ede0fc64705aa5bf153470326f5ab99dc1f5a0 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/gnustep-gui')
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 4 |
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 |