Applied --as-needed patch. Thanks to Jory A. Pratt <geekypenguin@gmail.com>. This...
authorMamoru Komachi <usata@gentoo.org>
Thu, 2 Nov 2006 20:15:44 +0000 (20:15 +0000)
committerMamoru Komachi <usata@gentoo.org>
Thu, 2 Nov 2006 20:15:44 +0000 (20:15 +0000)
Package-Manager: portage-2.1.1-r1

x11-terms/rxvt/ChangeLog
x11-terms/rxvt/files/rxvt-2.7.10-asneeded.patch [new file with mode: 0644]
x11-terms/rxvt/rxvt-2.7.10-r3.ebuild

index de32497740ee96264dfd6e1524cccc1dca790c17..7a2ff61a91fbbcc009396c8163bfaf266a6dfb8d 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for x11-terms/rxvt
 # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt/ChangeLog,v 1.52 2006/08/07 00:40:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt/ChangeLog,v 1.53 2006/11/02 20:15:44 usata Exp $
+
+  02 Nov 2006; Mamoru KOMACHI <usata@gentoo.org>
+  +files/rxvt-2.7.10-asneeded.patch, -rxvt-2.7.10-r2.ebuild,
+  rxvt-2.7.10-r3.ebuild:
+  Applied --as-needed patch. Thanks to Jory A. Pratt <geekypenguin@gmail.com>.
+  This closes bug #131670. Removed -r2.
 
   07 Aug 2006; Jeroen Roovers <jer@gentoo.org> rxvt-2.7.10-r3.ebuild:
   Stable for HPPA.
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 (file)
index 0000000..e1a48cd
--- /dev/null
@@ -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)
index ff41fb44051778a69781baa70a82726fdc990e66..9cd0bd961b32d52f46dfed4860c7017215347eac 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt/rxvt-2.7.10-r3.ebuild,v 1.13 2006/08/07 00:40:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt/rxvt-2.7.10-r3.ebuild,v 1.14 2006/11/02 20:15:44 usata Exp $
 
 inherit eutils flag-o-matic libtool
 
@@ -36,6 +36,7 @@ src_unpack() {
        cd ${S}
 
        epatch ${FILESDIR}/${P}-line-scroll.patch
+       epatch ${FILESDIR}/${P}-asneeded.patch
        use motif && epatch ${FILESDIR}/${P}-azz4.diff
        if use cjk ; then
                epatch ${DISTDIR}/${P}-xim-fix.patch.gz