diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-12-29 15:53:51 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-12-29 15:53:51 +0000 |
commit | 9127e5f38125b27cad752a1fb0218fd99958def8 (patch) | |
tree | 00ddc6f1ebae414dc4bada13a84e7cce9c94671e /graphics | |
parent | 00f0415f9d4666b63c14610bbe9b3df83ac6dcba (diff) | |
download | ports-9127e5f38125b27cad752a1fb0218fd99958def8.tar.gz ports-9127e5f38125b27cad752a1fb0218fd99958def8.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/glfw/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/glfw/Makefile b/graphics/glfw/Makefile index 0ab213034da8..6a575e1e5a34 100644 --- a/graphics/glfw/Makefile +++ b/graphics/glfw/Makefile @@ -29,6 +29,7 @@ post-extract: post-patch: @${REINPLACE_CMD} -e \ 's|/usr/X11R6|${X11BASE}| ; \ + /SOFLAGS/s|-soname |-Wl,-soname,| ; \ /CFLAGS_THREAD/s|"-pthread"|"${PTHREAD_CFLAGS}"| ; \ /LFLAGS_THREAD/s|"-pthread"|"${PTHREAD_LIBS}"|' ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} @${REINPLACE_CMD} -e \ |