aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php5
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/php5
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/php5')
-rw-r--r--lang/php5/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index 8b2048d0fa78..2df3d8e67f3e 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -143,7 +143,7 @@ CONFIGURE_ENV+= ac_cv_pthreads_lib="" \
lt_cv_path_SED="sed"
.if ${PORT_OPTIONS:MLINKTHR}
-LIBS+= ${PTHREAD_LIBS}
+LIBS+= -lpthread
.endif
.if ${PORT_OPTIONS:MZTS}