summaryrefslogtreecommitdiff
path: root/lang/python32
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-03-25 12:58:33 +0000
committerJohn Marino <marino@FreeBSD.org>2015-03-25 12:58:33 +0000
commitd945d5ea982deadca9e8b17c2e7f4f928fe6d9ee (patch)
treeb03cfdc045d4887da1bbcf9872d0180f879152a5 /lang/python32
parentx11/libXvMC: add CPE information (diff)
lang category: Remove $PTHREAD_LIBS
Note: ecl did not pass check-plist (pre-existing), PR 198897 submitted. approved by: PTHREAD blanket
Diffstat (limited to '')
-rw-r--r--lang/python32/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/python32/Makefile b/lang/python32/Makefile
index 7135bdb5cca1..43f09d72c87e 100644
--- a/lang/python32/Makefile
+++ b/lang/python32/Makefile
@@ -58,8 +58,7 @@ NLS_CONFIGURE_ENV_OFF= ac_cv_lib_intl_textdomain=no ac_cv_header_libintl_h=no
PYMALLOC_CONFIGURE_WITH= pymalloc
THREADS_CONFIGURE_WITH= threads
-THREADS_CFLAGS= ${PTHREAD_CFLAGS}
-THREADS_LDFLAGS= ${PTHREAD_LIBS}
+THREADS_LDFLAGS= -lpthread
TSC_CONFIGURE_WITH= tsc
UCS4_CONFIGURE_WITH= wide-unicode