diff options
Diffstat (limited to 'x11/gtk2/Makefile')
-rw-r--r-- | x11/gtk2/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index bd092039736..56290e3c31f 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.81 2005/04/15 13:47:25 wiz Exp $ +# $NetBSD: Makefile,v 1.82 2005/05/08 09:07:08 jmmv Exp $ # DISTNAME= gtk+-2.6.7 @@ -54,6 +54,12 @@ PRINT_PLIST_AWK+= /^@dirrm share\/themes\/Default$$/ \ { print "@unexec $${RMDIR} %D/" $$2 \ " 2>/dev/null || $${TRUE}"; next; } +SUBST_CLASSES= pthread +SUBST_STAGE.pthread= pre-configure +SUBST_MESSAGE.pthread= "Fixing pthread flags." +SUBST_SED.pthread= -e 's,__PTHREAD_FLAGS__,${BUILDLINK_LDFLAGS.pthread},g' +SUBST_FILES.pthread= gdk-pixbuf/Makefile.in + .include "../../mk/compiler.mk" # work around /**/ in a macro definition in X11/Xlibint.h (GetEmptyReq) |