aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2012-01-15 21:34:48 +0000
committerPav Lucistnik <pav@FreeBSD.org>2012-01-15 21:34:48 +0000
commit605bf194b29a279d34eb981e8ed2a51d5d7fee56 (patch)
treecfaff48ae7940bda26e0686bf840a924f56ea22b /graphics
parent0473953dcaf3c0808a931449301234e07f8bfca4 (diff)
downloadports-605bf194b29a279d34eb981e8ed2a51d5d7fee56.tar.gz
ports-605bf194b29a279d34eb981e8ed2a51d5d7fee56.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/glfw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/glfw/Makefile b/graphics/glfw/Makefile
index 6a575e1e5a34..abb4b1491741 100644
--- a/graphics/glfw/Makefile
+++ b/graphics/glfw/Makefile
@@ -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}