diff options
Diffstat (limited to 'lang/php53/Makefile')
-rw-r--r-- | lang/php53/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php53/Makefile b/lang/php53/Makefile index 6ea28d46c1db..fba43a0b03e0 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -141,7 +141,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} |