diff options
author | obache <obache@pkgsrc.org> | 2010-09-25 08:45:33 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-09-25 08:45:33 +0000 |
commit | b9ed386bfc70e907130a867ee9ccdbb0e08bf913 (patch) | |
tree | 04c5b81fbb17c3f4fd00435125a8a4ec677c90a4 /x11 | |
parent | 55d589b92aa90215dcc4b67721dec61310928e52 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | x11/gtk2+extra/Makefile | 6 |
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" |