From 9127e5f38125b27cad752a1fb0218fd99958def8 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Thu, 29 Dec 2011 15:53:51 +0000 Subject: - Fix build with clang PR: 162915 Submitted by: Jan Beich --- graphics/glfw/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'graphics') 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 \ -- cgit v1.2.3