diff options
Diffstat (limited to 'x11-libs/rep-gtk/files/libtool.patch')
-rw-r--r-- | x11-libs/rep-gtk/files/libtool.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-libs/rep-gtk/files/libtool.patch b/x11-libs/rep-gtk/files/libtool.patch new file mode 100644 index 000000000000..b243f425f0ba --- /dev/null +++ b/x11-libs/rep-gtk/files/libtool.patch @@ -0,0 +1,12 @@ +diff -ur rep-gtk-0.18.orig/Makefile.in rep-gtk-0.18/Makefile.in +--- rep-gtk-0.18.orig/Makefile.in 2002-02-13 08:50:27.000000000 +0100 ++++ rep-gtk-0.18/Makefile.in 2005-09-19 22:52:34.000000000 +0200 +@@ -84,7 +84,7 @@ + rep compiler -f compile-batch $< + + libglade-gnome-support.lo : libglade-support.c +- $(rep_LIBTOOL) --mode=compile $(CC) -c $(CPPFLAGS) $(CFLAGS) \ ++ $(rep_LIBTOOL) --mode=compile --tag=CC $(CC) -c $(CPPFLAGS) $(CFLAGS) \ + @GNOME_LIBGLADE_CFLAGS@ -DGLADE_GNOME=1 $< -o $@ + + install : all installdirs |