diff options
-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} |