summaryrefslogtreecommitdiff
path: root/x11/gtk2+extra
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-09-25 08:45:33 +0000
committerobache <obache@pkgsrc.org>2010-09-25 08:45:33 +0000
commitb9ed386bfc70e907130a867ee9ccdbb0e08bf913 (patch)
tree04c5b81fbb17c3f4fd00435125a8a4ec677c90a4 /x11/gtk2+extra
parent55d589b92aa90215dcc4b67721dec61310928e52 (diff)
downloadpkgsrc-b9ed386bfc70e907130a867ee9ccdbb0e08bf913.tar.gz
update timestamp to avoid unwanted invoke of glib-genmarshal.
(@GLIB_GENMARSHAL@ will not be replaced with configure script).
Diffstat (limited to 'x11/gtk2+extra')
-rw-r--r--x11/gtk2+extra/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/gtk2+extra/Makefile b/x11/gtk2+extra/Makefile
index 9ff3ff2f151..0d55749185b 100644
--- a/x11/gtk2+extra/Makefile
+++ b/x11/gtk2+extra/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2010/09/14 11:01:00 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2010/09/25 08:45:33 obache Exp $
#
DISTNAME= gtk+extra-2.1.2
@@ -20,5 +20,9 @@ GNU_CONFIGURE= YES
USE_LIBTOOL= YES
PKGCONFIG_OVERRIDE= gtkextra-2.0.pc.in
+# avoid possibility of unwanted glib-genmarshal
+post-extract:
+ ${TOUCH} ${WRKSRC}/gtkextra/gtkextra-marshal.c
+
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"