aboutsummaryrefslogtreecommitdiffstats
path: root/lang/scheme48
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-03-25 20:58:33 +0800
committermarino <marino@FreeBSD.org>2015-03-25 20:58:33 +0800
commit5aae8d908d47fe8094dcc908ae88f162d9510445 (patch)
treeb03cfdc045d4887da1bbcf9872d0180f879152a5 /lang/scheme48
parentbaa54cb73c8e4707d00379321c09d674a081b29f (diff)
downloadfreebsd-ports-gnome-5aae8d908d47fe8094dcc908ae88f162d9510445.tar.gz
freebsd-ports-gnome-5aae8d908d47fe8094dcc908ae88f162d9510445.tar.zst
freebsd-ports-gnome-5aae8d908d47fe8094dcc908ae88f162d9510445.zip
lang category: Remove $PTHREAD_LIBS
Note: ecl did not pass check-plist (pre-existing), PR 198897 submitted. approved by: PTHREAD blanket
Diffstat (limited to 'lang/scheme48')
-rw-r--r--lang/scheme48/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/scheme48/Makefile b/lang/scheme48/Makefile
index 582278ff43b9..d14712a6fb9c 100644
--- a/lang/scheme48/Makefile
+++ b/lang/scheme48/Makefile
@@ -26,8 +26,8 @@ PLIST_SUB+= VER=${PORTVERSION}
post-patch:
@${REINPLACE_CMD} \
- -e 's/-mthreads/${PTHREAD_LIBS}/' \
- -e 's/-mt/${PTHREAD_LIBS}/' \
+ -e 's/-mthreads/-lpthread/' \
+ -e 's/-mt/-lpthread/' \
-e 's/-munaligned-double//' \
${WRKSRC}/configure
@${REINPLACE_CMD} \