Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-cdr/plextor-tool/files: plextor-tool-0.5.0-build.patch
Date: Tue, 27 Aug 2013 14:06:58
Message-Id: 20130827140651.2E1042004E@flycatcher.gentoo.org
1 ssuominen 13/08/27 14:06:51
2
3 Modified: plextor-tool-0.5.0-build.patch
4 Log:
5 Stop building the gnome-panel 2.x applet (and modify the -build.patch to not call gnome-config) wrt #345449 by Martin von Gagern
6
7 (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.2 app-cdr/plextor-tool/files/plextor-tool-0.5.0-build.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/plextor-tool/files/plextor-tool-0.5.0-build.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/plextor-tool/files/plextor-tool-0.5.0-build.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/plextor-tool/files/plextor-tool-0.5.0-build.patch?r1=1.1&r2=1.2
15
16 Index: plextor-tool-0.5.0-build.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-cdr/plextor-tool/files/plextor-tool-0.5.0-build.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- plextor-tool-0.5.0-build.patch 26 Jan 2007 08:27:42 -0000 1.1
23 +++ plextor-tool-0.5.0-build.patch 27 Aug 2013 14:06:51 -0000 1.2
24 @@ -1,5 +1,5 @@
25 ---- src/Makefile
26 -+++ src/Makefile
27 +--- Makefile
28 ++++ Makefile
29 @@ -2,17 +2,17 @@
30 # Copyright (c) 1999-2002 Georg Huettenegger
31 #
32 @@ -17,8 +17,8 @@
33 -LFLAGS=`gnome-config --libs applets`
34 +CPPFLAGS += -DUSE_GNOME
35 +CFLAGS += -Wall
36 -+CFLAGS +=`gnome-config --cflags applets`
37 -+LFLAGS=$(LDFLAGS) `gnome-config --libs applets`
38 ++CFLAGS +=
39 ++LFLAGS=$(LDFLAGS)
40 # the following line worked on RedHat 7.0/1/2
41 -SLFLAGS=-L/usr/lib -L/usr/X11R6/lib -lpanel_applet -lgnorba -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lnsl -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule -lXi -lXext -lX11 -lgnome -lgnomesupport -lesd -laudiofile -lm -ldb1 -lglib -ldl
42 +#SLFLAGS=-L/usr/lib -L/usr/X11R6/lib -lpanel_applet -lgnorba -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lnsl -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule -lXi -lXext -lX11 -lgnome -lgnomesupport -lesd -laudiofile -lm -ldb1 -lglib -ldl