1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix a hardcore of /usr/X11R6 to X11BASE.

PR:		ports/110166
Reported by:	John Nielsen <john@jnielsen.net>
This commit is contained in:
Jeremy Messenger 2007-03-21 20:02:48 +00:00
parent a95d9f2fca
commit 2724b787fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187928

View File

@ -282,7 +282,7 @@ gecko-post-patch:
@${REINPLACE_CMD} -e 's|%%MOZILLA%%|${MOZILLA}|g' \
${WRKSRC}/config/autoconf.mk.in
@${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g ; \
s|echo aout|echo elf|g' \
s|echo aout|echo elf|g ; s|/usr/X11R6|${X11BASE}|g' \
${WRKSRC}/security/coreconf/FreeBSD.mk \
${WRKSRC}/js/src/Makefile.in
@if [ -d ${WRKSRC}/directory/c-sdk ]; then \