summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2006-11-02 20:15:44 +0000
committerMamoru Komachi <usata@gentoo.org>2006-11-02 20:15:44 +0000
commite7a9e6f46d0d37761c3556371b64365d264b00d7 (patch)
tree9a2cefb5c97b3568d03fc8e449b1292b66560cf4 /x11-terms/rxvt/files
parentGrr. Commit broke half-way. Fix up manifest. (diff)
downloadgentoo-2-e7a9e6f46d0d37761c3556371b64365d264b00d7.tar.gz
gentoo-2-e7a9e6f46d0d37761c3556371b64365d264b00d7.tar.bz2
gentoo-2-e7a9e6f46d0d37761c3556371b64365d264b00d7.zip
Applied --as-needed patch. Thanks to Jory A. Pratt <geekypenguin@gmail.com>. This closes bug #131670. Removed -r2.
(Portage version: 2.1.1-r1)
Diffstat (limited to 'x11-terms/rxvt/files')
-rw-r--r--x11-terms/rxvt/files/rxvt-2.7.10-asneeded.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-terms/rxvt/files/rxvt-2.7.10-asneeded.patch b/x11-terms/rxvt/files/rxvt-2.7.10-asneeded.patch
new file mode 100644
index 000000000000..e1a48cde8af8
--- /dev/null
+++ b/x11-terms/rxvt/files/rxvt-2.7.10-asneeded.patch
@@ -0,0 +1,13 @@
+Index: rxvt-2.7.10/src/Makefile.in
+===================================================================
+--- rxvt-2.7.10.orig/src/Makefile.in
++++ rxvt-2.7.10/src/Makefile.in
+@@ -103,7 +103,7 @@ rxvt: version.h rxvt.o librxvt.la
+ date >.protos
+
+ librxvt.la: $(LIBOBJS)
+- $(LIBTOOL) --mode=link $(LINK) -rpath $(libdir) -version-info $(LIBVERSION) $(LIBOBJS) $(LIBS) -o $@
++ $(LIBTOOL) --mode=link $(LINK) -rpath $(libdir) -version-info $(LIBVERSION) $(LIBOBJS) $(LIBS) $(XLIB) -o $@
+ #-------------------------------------------------------------------------
+ tags: $(SRCS) $(HDRS) $(EXTRAHDRS)
+ ctags $(SRCS) $(HDRS) $(EXTRAHDRS)