Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/cwirc/files: cwirc-1.7.1-gentoo.patch
Date: Mon, 30 Nov 2009 20:24:16
Message-Id: E1NFCn6-00024b-2b@stork.gentoo.org
1 ssuominen 09/11/30 20:24:12
2
3 Modified: cwirc-1.7.1-gentoo.patch
4 Log:
5 Fix patch to support multilib and mark it stable for amd64 wrt #286873.
6 (Portage version: 2.2_rc54/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 net-irc/cwirc/files/cwirc-1.7.1-gentoo.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/cwirc/files/cwirc-1.7.1-gentoo.patch?rev=1.2&view=markup
12 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
13 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
14
15 Index: cwirc-1.7.1-gentoo.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-irc/cwirc/files/cwirc-1.7.1-gentoo.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- cwirc-1.7.1-gentoo.patch 3 Dec 2003 01:18:59 -0000 1.1
22 +++ cwirc-1.7.1-gentoo.patch 30 Nov 2009 20:24:11 -0000 1.2
23 @@ -1,7 +1,8 @@
24 -diff -Naur cwirc-1.7.1-orig/Makefile cwirc-1.7.1/Makefile
25 ---- cwirc-1.7.1-orig/Makefile 2003-11-10 03:20:07.000000000 +0100
26 -+++ cwirc-1.7.1/Makefile 2003-11-23 19:42:52.000000000 +0100
27 -@@ -22,10 +22,10 @@
28 +GNU DESTDIR and multilib directory support
29 +
30 +--- Makefile
31 ++++ Makefile
32 +@@ -22,10 +22,13 @@
33 #EXTRA_LDFLAGS=
34
35 # Use these with Debian GNU/Linux for example
36 @@ -10,9 +11,12 @@
37 -#FRONTEND_INSTALL_DIRECTORY=/usr/bin
38 -#CWIRC_EXTENSIONS_DIRECTORY=/usr/lib/cwirc/extensions
39 +TARGET_OS=LINUX
40 -+PLUGIN_INSTALL_DIRECTORY=${D}/usr/lib/xchat/plugins
41 -+FRONTEND_INSTALL_DIRECTORY=${D}/usr/bin
42 -+CWIRC_EXTENSIONS_DIRECTORY=${D}/usr/lib/cwirc/extensions
43 ++DESTDIR=
44 ++PREFIX=/usr
45 ++LIBDIR=$(PREFIX)/lib
46 ++PLUGIN_INSTALL_DIRECTORY=$(DESTDIR)$(LIBDIR)/xchat/plugins
47 ++FRONTEND_INSTALL_DIRECTORY=$(DESTDIR)$(PREFIX)/bin
48 ++CWIRC_EXTENSIONS_DIRECTORY=$(DESTDIR)$(LIBDIR)/cwirc/extensions
49 #EXTRA_LDFLAGS=
50
51 # Use these with FreeBSD 5.1 for example