From d945d5ea982deadca9e8b17c2e7f4f928fe6d9ee Mon Sep 17 00:00:00 2001 From: John Marino Date: Wed, 25 Mar 2015 12:58:33 +0000 Subject: lang category: Remove $PTHREAD_LIBS Note: ecl did not pass check-plist (pre-existing), PR 198897 submitted. approved by: PTHREAD blanket --- lang/php56/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/php56/Makefile') diff --git a/lang/php56/Makefile b/lang/php56/Makefile index fe6375473e08..db34d826d0f8 100644 --- a/lang/php56/Makefile +++ b/lang/php56/Makefile @@ -146,7 +146,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:MDEBUG} -- cgit v1.2.3