public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-irc/cwirc/files: cwirc-1.7.1-gentoo.patch
@ 2009-11-30 20:24 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2009-11-30 20:24 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/11/30 20:24:12

  Modified:             cwirc-1.7.1-gentoo.patch
  Log:
  Fix patch to support multilib and mark it stable for amd64 wrt #286873.
  (Portage version: 2.2_rc54/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-irc/cwirc/files/cwirc-1.7.1-gentoo.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/cwirc/files/cwirc-1.7.1-gentoo.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/cwirc/files/cwirc-1.7.1-gentoo.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/cwirc/files/cwirc-1.7.1-gentoo.patch?r1=1.1&r2=1.2

Index: cwirc-1.7.1-gentoo.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/cwirc/files/cwirc-1.7.1-gentoo.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cwirc-1.7.1-gentoo.patch	3 Dec 2003 01:18:59 -0000	1.1
+++ cwirc-1.7.1-gentoo.patch	30 Nov 2009 20:24:11 -0000	1.2
@@ -1,7 +1,8 @@
-diff -Naur cwirc-1.7.1-orig/Makefile cwirc-1.7.1/Makefile
---- cwirc-1.7.1-orig/Makefile	2003-11-10 03:20:07.000000000 +0100
-+++ cwirc-1.7.1/Makefile	2003-11-23 19:42:52.000000000 +0100
-@@ -22,10 +22,10 @@
+GNU DESTDIR and multilib directory support
+
+--- Makefile
++++ Makefile
+@@ -22,10 +22,13 @@
  #EXTRA_LDFLAGS=
  
  # Use these with Debian GNU/Linux for example
@@ -10,9 +11,12 @@
 -#FRONTEND_INSTALL_DIRECTORY=/usr/bin
 -#CWIRC_EXTENSIONS_DIRECTORY=/usr/lib/cwirc/extensions
 +TARGET_OS=LINUX
-+PLUGIN_INSTALL_DIRECTORY=${D}/usr/lib/xchat/plugins
-+FRONTEND_INSTALL_DIRECTORY=${D}/usr/bin
-+CWIRC_EXTENSIONS_DIRECTORY=${D}/usr/lib/cwirc/extensions
++DESTDIR=
++PREFIX=/usr
++LIBDIR=$(PREFIX)/lib
++PLUGIN_INSTALL_DIRECTORY=$(DESTDIR)$(LIBDIR)/xchat/plugins
++FRONTEND_INSTALL_DIRECTORY=$(DESTDIR)$(PREFIX)/bin
++CWIRC_EXTENSIONS_DIRECTORY=$(DESTDIR)$(LIBDIR)/cwirc/extensions
  #EXTRA_LDFLAGS=
  
  # Use these with FreeBSD 5.1 for example






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-30 20:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-30 20:24 [gentoo-commits] gentoo-x86 commit in net-irc/cwirc/files: cwirc-1.7.1-gentoo.patch Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox