summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtkextra2/files/patch-gtkextra_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gtkextra2/files/patch-gtkextra_Makefile.in')
-rw-r--r--x11-toolkits/gtkextra2/files/patch-gtkextra_Makefile.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-toolkits/gtkextra2/files/patch-gtkextra_Makefile.in b/x11-toolkits/gtkextra2/files/patch-gtkextra_Makefile.in
new file mode 100644
index 0000000..f08e4f7
--- /dev/null
+++ b/x11-toolkits/gtkextra2/files/patch-gtkextra_Makefile.in
@@ -0,0 +1,16 @@
+--- gtkextra/Makefile.in.orig 2016-02-14 18:23:03 UTC
++++ gtkextra/Makefile.in
+@@ -1028,11 +1028,11 @@ uninstall-am: uninstall-gtkextraincludeH
+ $(libgtkextra_x11_2_0_la_OBJECTS) $(libgtkextra_linux_fb_2_0_la_OBJECTS) $(libgtkextra_win32_2_0_la_OBJECTS): ${gtkextra_built_public_sources} ${gtkextra_built_private_headers}
+
+ $(srcdir)/gtkextra-marshal.h: gtkextra-marshal.list
+- ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --header > gtkextra-marshal.tmp \
++ ( glib-genmarshal --prefix=gtkextra gtkextra-marshal.list --header > gtkextra-marshal.tmp \
+ && mv gtkextra-marshal.tmp gtkextra-marshal.h ) \
+ || ( rm -f gtkextra-marshal.tmp && exit 1 )
+ $(srcdir)/gtkextra-marshal.c: gtkextra-marshal.h
+- ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --body > gtkextra-marshal.tmp \
++ ( glib-genmarshal --prefix=gtkextra gtkextra-marshal.list --body > gtkextra-marshal.tmp \
+ && mv gtkextra-marshal.tmp gtkextra-marshal.c ) \
+ || ( rm -f gtkextra-marshal.tmp && exit 1 )
+
OpenPOWER on IntegriCloud