aboutsummaryrefslogtreecommitdiff
path: root/graphics/glfw2
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-03-25 20:09:42 +0000
committerJohn Marino <marino@FreeBSD.org>2015-03-25 20:09:42 +0000
commit9746d6524b4b8f6eec917896d1814e3f731dcc21 (patch)
treec75f110b500f3e806943eb33a78c2b5c25d7b18e /graphics/glfw2
parentb559f5897ca3904e005ac65efdfc3ce548f46f88 (diff)
downloadports-9746d6524b4b8f6eec917896d1814e3f731dcc21.tar.gz
ports-9746d6524b4b8f6eec917896d1814e3f731dcc21.zip
graphics category: Remove $PTHREAD_LIBS
graphics/zbar didn't pass check-plist (pre-existing), fixed. approved by: PTHREAD blanket
Notes
Notes: svn path=/head/; revision=382266
Diffstat (limited to 'graphics/glfw2')
-rw-r--r--graphics/glfw2/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/glfw2/Makefile b/graphics/glfw2/Makefile
index 94bc5ee5d623..17dd2459d602 100644
--- a/graphics/glfw2/Makefile
+++ b/graphics/glfw2/Makefile
@@ -60,11 +60,8 @@ post-extract:
@${CHMOD} ${BINMODE} ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
post-patch:
- @${REINPLACE_CMD} -e \
- 's|/usr/X11R6|${LOCALBASE}|; \
- /SOFLAGS/s|-soname |-Wl,-soname,|; \
- /CFLAGS_THREAD/s|"-pthread"|"${PTHREAD_CFLAGS}"|; \
- /LFLAGS_THREAD/s|"-pthread"|"${PTHREAD_LIBS}"|' \
+ @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|; \
+ /SOFLAGS/s|-soname |-Wl,-soname,|' \
${WRKSRC}/${CONFIGURE_SCRIPT}
@${REINPLACE_CMD} \
-e 's|lib/pkgconfig|libdata/pkgconfig|g' \