Gentoo Archives: gentoo-commits

From: "Keri Harris (keri)" <keri@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/pedro/files: pedro-1.5-portage.patch
Date: Sat, 03 Jul 2010 03:51:47
Message-Id: 20100703035145.439CE2C5F4@corvid.gentoo.org
1 keri 10/07/03 03:51:45
2
3 Added: pedro-1.5-portage.patch
4 Log:
5 Respect LDFLAGS
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 net-misc/pedro/files/pedro-1.5-portage.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pedro/files/pedro-1.5-portage.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pedro/files/pedro-1.5-portage.patch?rev=1.1&content-type=text/plain
13
14 Index: pedro-1.5-portage.patch
15 ===================================================================
16 --- pedro-1.5.orig/configure 2010-06-15 15:59:50.000000000 +1200
17 +++ pedro-1.5/configure 2010-07-03 15:29:06.000000000 +1200
18 @@ -11292,7 +11292,7 @@
19 ac_config_headers="$ac_config_headers config.h"
20
21 #AC_CONFIG_MACRO_DIR([m4])
22 -CPPFLAGS="-O2 -g `pkg-config --cflags glib-2.0`"
23 +CPPFLAGS="`pkg-config --cflags glib-2.0`"
24 case "${host}" in
25 i[3456789]86-*-mingw32*)
26 WIN32="yes"
27 @@ -11300,7 +11300,7 @@
28 ;;
29 *)
30 WIN32="no"
31 - LDFLAGS="-L../lib -lpedro `pkg-config --libs glib-2.0` -lm"
32 + LDFLAGS="$LDFLAGS -L../lib -lpedro `pkg-config --libs glib-2.0` -lm"
33 ;;
34 esac
35 ac_config_files="$ac_config_files Makefile src/Makefile src/server/Makefile src/lib/Makefile src/examples/Makefile doc/Makefile"