diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-01-16 05:34:48 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-01-16 05:34:48 +0800 |
commit | 605bf194b29a279d34eb981e8ed2a51d5d7fee56 (patch) | |
tree | cfaff48ae7940bda26e0686bf840a924f56ea22b /graphics | |
parent | 0473953dcaf3c0808a931449301234e07f8bfca4 (diff) | |
download | freebsd-ports-gnome-605bf194b29a279d34eb981e8ed2a51d5d7fee56.tar.gz freebsd-ports-gnome-605bf194b29a279d34eb981e8ed2a51d5d7fee56.tar.zst freebsd-ports-gnome-605bf194b29a279d34eb981e8ed2a51d5d7fee56.zip |
- Attempt to fix build after X11BASE removal
Reported by: pointyhat
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/glfw/Makefile | 2 |
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} |