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-gnome2 | |
parent | 56f1e57768ed8960cb072dd7bd86991f08c7e7a7 (diff) |
3 ports categories: Remove $PTHREAD_LIBS
Categories: editors, x11, x11-toolkits
approved by: PTHREAD blanket
Notes
Notes:
svn path=/head/; revision=382163
Diffstat (limited to 'x11-toolkits/py-gnome2')
-rw-r--r-- | x11-toolkits/py-gnome2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile index f9512951c734..c041488180e8 100644 --- a/x11-toolkits/py-gnome2/Makefile +++ b/x11-toolkits/py-gnome2/Makefile @@ -26,7 +26,7 @@ USES= gettext gmake libtool:keepla pathfix pkgconfig python:2 tar:bzip2 USE_LDCONFIG= yes USE_GNOME= libgnomeui pygtk2 GNU_CONFIGURE= yes -CONFIGURE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" +CONFIGURE_ENV= PTHREAD_LIBS="-lpthread" CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip |