diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-24 19:37:43 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-24 19:37:43 +0000 |
commit | 0ae327316befbab743485040abeca00aa9b31439 (patch) | |
tree | a4ccf69d55299b5301757b9646b86e3cfed1e46e /x11-toolkits/py-gtk2 | |
parent | 56f1e57768ed8960cb072dd7bd86991f08c7e7a7 (diff) | |
download | ports-0ae327316befbab743485040abeca00aa9b31439.tar.gz ports-0ae327316befbab743485040abeca00aa9b31439.zip |
Notes
Diffstat (limited to 'x11-toolkits/py-gtk2')
-rw-r--r-- | x11-toolkits/py-gtk2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile index 0190e1cf0122..2e996e1513ab 100644 --- a/x11-toolkits/py-gtk2/Makefile +++ b/x11-toolkits/py-gtk2/Makefile @@ -52,8 +52,7 @@ CONFIGURE_ARGS+=--disable-numpy # .if !defined(WITHOUT_THREADS) CONFIGURE_ARGS+= --enable-thread -CFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= ${PTHREAD_LIBS} +LDFLAGS+= -lpthread .else CONFIGURE_ARGS+= --disable-thread .endif |