diff options
author | marino <marino@FreeBSD.org> | 2015-03-24 21:51:17 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-03-24 21:51:17 +0800 |
commit | c4f4c53610f53787d0c7d53660375342e0646fd5 (patch) | |
tree | dc8148218a0cf4728c47873a35aff220fadb634f /ports-mgmt | |
parent | b4289f925cc783f972f2ab61797c85ec772c4b49 (diff) | |
download | freebsd-ports-gnome-c4f4c53610f53787d0c7d53660375342e0646fd5.tar.gz freebsd-ports-gnome-c4f4c53610f53787d0c7d53660375342e0646fd5.tar.zst freebsd-ports-gnome-c4f4c53610f53787d0c7d53660375342e0646fd5.zip |
8 ports categories: Remove $PTHREAD_LIBS
Categories: archivers, dns, french, japanese, news, port-mgmt, x11-wm
The sysutils port was setting configure argument, so the text wasn't
removed but the value of PTHREAD_LIBS was changed.
approved by: PTHREAD blanket
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/bpm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ports-mgmt/bpm/Makefile b/ports-mgmt/bpm/Makefile index 22eeb93d9c0c..593269273d57 100644 --- a/ports-mgmt/bpm/Makefile +++ b/ports-mgmt/bpm/Makefile @@ -25,8 +25,7 @@ post-patch: @${FIND} ${WRKSRC} -name Makefile | ${XARGS} \ ${REINPLACE_CMD} -e "s|-lintl|-lintl -L${LOCALBASE}/lib|g" # GnomeVFS needs pthread; bpm may use GnomeVFS (via GtkFileChooser) - @${REINPLACE_CMD} -e 's|^CFLAGS+=|& ${PTHREAD_CFLAGS}|; \ - s|^LDLIBS+=|& ${PTHREAD_LIBS}|' ${WRKSRC}/src/Makefile + @${REINPLACE_CMD} -e 's|^LDLIBS+=|& -lpthread|' ${WRKSRC}/src/Makefile @${REINPLACE_CMD} -e 's|<glib/.*.h>|<glib.h>|g' \ ${WRKSRC}/src/*.h |