diff options
author | Niels Horn <niels.horn@gmail.com> | 2013-04-15 22:39:25 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-04-28 12:23:10 -0300 |
commit | 628ff4751e94dea35039dbac3c0edfb0e43d08ef (patch) | |
tree | d107c4477017a554f9b73e40377d4cd2104a9f2b /libraries/gtkextra/make382.patch | |
parent | 83db91f036db388a755cbe44da4982d5f1c3a852 (diff) | |
download | slackbuilds-628ff4751e94dea35039dbac3c0edfb0e43d08ef.tar.gz |
libraries/gtkextra: Updated for version 3.0.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/gtkextra/make382.patch')
-rw-r--r-- | libraries/gtkextra/make382.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/libraries/gtkextra/make382.patch b/libraries/gtkextra/make382.patch deleted file mode 100644 index a793ce0eaf..0000000000 --- a/libraries/gtkextra/make382.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- gtk+extra-2.1.2_orig/gtkextra/Makefile.in 2010-03-20 21:05:56.000000000 -0300 -+++ gtk+extra-2.1.2/gtkextra/Makefile.in 2010-10-31 23:56:00.000000000 -0200 -@@ -1028,13 +1028,14 @@ - $(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 \ -- && mv gtkextra-marshal.tmp gtkextra-marshal.h ) \ -- || ( rm -f gtkextra-marshal.tmp && exit 1 ) -+ ( 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 \ -- && mv gtkextra-marshal.tmp gtkextra-marshal.c ) \ -- || ( rm -f gtkextra-marshal.tmp && exit 1 ) -+ ( 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 ) - - $(srcdir)/gtkextratypebuiltins.h: $(gtkextra_public_h_sources) - ( cd $(srcdir) && glib-mkenums \ |