diff options
author | Harald van Dijk <truedfx@gentoo.org> | 2005-09-19 21:28:28 +0000 |
---|---|---|
committer | Harald van Dijk <truedfx@gentoo.org> | 2005-09-19 21:28:28 +0000 |
commit | d8219bf5fcef2bae830ec0c3ad5d529831a4aa0e (patch) | |
tree | 1da1c87866e8bc3c7ee9a03552e550e9068f53cd /x11-libs/rep-gtk/files/libtool.patch | |
parent | add missing eutils inheritance (diff) | |
download | gentoo-2-d8219bf5fcef2bae830ec0c3ad5d529831a4aa0e.tar.gz gentoo-2-d8219bf5fcef2bae830ec0c3ad5d529831a4aa0e.tar.bz2 gentoo-2-d8219bf5fcef2bae830ec0c3ad5d529831a4aa0e.zip |
Fix librep libtool mess instead of continuing to try to work around it
(Portage version: 1.589-cvs)
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 |