diff options
Diffstat (limited to 'lang/php55/Makefile')
-rw-r--r-- | lang/php55/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php55/Makefile b/lang/php55/Makefile index 95e8a6b45cd5..03d4c6a7d403 100644 --- a/lang/php55/Makefile +++ b/lang/php55/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:MDEBUG} |