Gentoo Archives: gentoo-commits

From: "Harald van Dijk (truedfx)" <truedfx@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/sawfish/files: sawfish-1.3.3-cflags.patch
Date: Mon, 06 Oct 2008 17:13:54
Message-Id: E1KmteZ-0006uh-Ep@stork.gentoo.org
1 truedfx 08/10/06 17:13:51
2
3 Added: sawfish-1.3.3-cflags.patch
4 Log:
5 Use CFLAGS when compiling gtk-style
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
7
8 Revision Changes Path
9 1.1 x11-wm/sawfish/files/sawfish-1.3.3-cflags.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/sawfish/files/sawfish-1.3.3-cflags.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/sawfish/files/sawfish-1.3.3-cflags.patch?rev=1.1&content-type=text/plain
13
14 Index: sawfish-1.3.3-cflags.patch
15 ===================================================================
16 --- sawfish-1.3.3/src/Makefile.in
17 +++ sawfish-1.3.3/src/Makefile.in
18 @@ -60,7 +60,7 @@
19 $(rep_DL_LD) $(LDFLAGS) -o $@ $^ $(X11_LIBS) $(REP_LIBS) $(LIBS)
20
21 gtk-style : gtk-style.c
22 - $(CC) $(CPPFLAGS) $(GTK_CFLAGS) $(LDFLAGS) -o $@ $< $(GTK_LIBS) $(LIBS)
23 + $(CC) $(CFLAGS) $(CPPFLAGS) $(GTK_CFLAGS) $(LDFLAGS) -o $@ $< $(GTK_LIBS) $(LIBS)
24
25 install : all installdirs
26 for p in sawfish; do \