diff options
author | jlam <jlam> | 2004-12-04 23:09:06 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-12-04 23:09:06 +0000 |
commit | 7b7b1c727d8f42ac9fc226926d686b7751d34238 (patch) | |
tree | 2ef88e75d07f9faafc01905d7ba4958af6ffdd61 /x11/gtk2 | |
parent | a3bce71ae60dc798a106a58ede2c11475a566451 (diff) | |
download | pkgsrc-7b7b1c727d8f42ac9fc226926d686b7751d34238.tar.gz |
Set PTHREAD_AUTO_VARS to "yes" after pthread.buildlink3.mk was changed
not to automatically add pthread-related CFLAGS, LDFLAGS, and LIBS to
the configure and build processes.
Diffstat (limited to 'x11/gtk2')
-rw-r--r-- | x11/gtk2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index 288802ab689..396b656cf46 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2004/12/04 22:19:17 jmmv Exp $ +# $NetBSD: Makefile,v 1.68 2004/12/04 23:09:07 jlam Exp $ # DISTNAME= gtk+-2.4.14 @@ -23,6 +23,7 @@ USE_PKGLOCALEDIR= yes USE_X11= yes USE_GNU_TOOLS+= make USE_LIBTOOL= yes +PTHREAD_AUTO_VARS= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-xinput=xfree |