1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

- Attempt to fix build after X11BASE removal

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2012-01-15 21:34:48 +00:00
parent 0473953dca
commit 605bf194b2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289280

View File

@ -28,7 +28,7 @@ post-extract:
post-patch:
@${REINPLACE_CMD} -e \
's|/usr/X11R6|${X11BASE}| ; \
's|/usr/X11R6|${LOCALBASE}| ; \
/SOFLAGS/s|-soname |-Wl,-soname,| ; \
/CFLAGS_THREAD/s|"-pthread"|"${PTHREAD_CFLAGS}"| ; \
/LFLAGS_THREAD/s|"-pthread"|"${PTHREAD_LIBS}"|' ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}