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 | 33435ec9d98978b6bb60ae802ae316804d272e15 (patch) | |
tree | 04c5b81fbb17c3f4fd00435125a8a4ec677c90a4 /x11/gtk2+extra | |
parent | 69b79592331d4bbfd56b9006f185c1f18cabf31b (diff) | |
download | pkgsrc-33435ec9d98978b6bb60ae802ae316804d272e15.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/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" |