aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/schroedinger
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-03-26 01:36:47 +0800
committermarino <marino@FreeBSD.org>2015-03-26 01:36:47 +0800
commitf59c98ef290cf87e45235b49f26863a50e142a86 (patch)
treeefd2e8af13e967b4b4eca36f0bdb0803cc26776e /multimedia/schroedinger
parent45b426fedb7dc06056f54b417b72a327098b523b (diff)
downloadfreebsd-ports-gnome-f59c98ef290cf87e45235b49f26863a50e142a86.tar.gz
freebsd-ports-gnome-f59c98ef290cf87e45235b49f26863a50e142a86.tar.zst
freebsd-ports-gnome-f59c98ef290cf87e45235b49f26863a50e142a86.zip
multimedia category: Remove $PTHREAD_LIBS
approved by: PTHREAD blanket
Diffstat (limited to 'multimedia/schroedinger')
-rw-r--r--multimedia/schroedinger/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/schroedinger/Makefile b/multimedia/schroedinger/Makefile
index 07aeaabe029a..a0f2c4702db7 100644
--- a/multimedia/schroedinger/Makefile
+++ b/multimedia/schroedinger/Makefile
@@ -24,6 +24,6 @@ USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's|^pkgconfigdir=.*|pkgconfigdir="\\$${prefix}/libdata/pkgconfig"|' \
- -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
+ ${WRKSRC}/configure
.include <bsd.port.mk>