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.6-portage.patch
Date: Sat, 19 Nov 2011 08:47:47
Message-Id: 20111119084736.7D8472004C@flycatcher.gentoo.org
1 keri 11/11/19 08:47:36
2
3 Added: pedro-1.6-portage.patch
4 Log:
5 Version bump
6
7 (Portage version: 2.1.10.11/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-misc/pedro/files/pedro-1.6-portage.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pedro/files/pedro-1.6-portage.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pedro/files/pedro-1.6-portage.patch?rev=1.1&content-type=text/plain
14
15 Index: pedro-1.6-portage.patch
16 ===================================================================
17 --- pedro-1.6.orig/configure 2011-08-23 11:01:21.000000000 +1200
18 +++ pedro-1.6/configure 2011-11-19 21:28:47.000000000 +1300
19 @@ -10478,7 +10478,7 @@
20 ac_config_headers="$ac_config_headers config.h"
21
22 #AC_CONFIG_MACRO_DIR([m4])
23 -CPPFLAGS="-O2 -g `pkg-config --cflags glib-2.0`"
24 +CPPFLAGS="`pkg-config --cflags glib-2.0`"
25 case "${host}" in
26 i[3456789]86-*-mingw32*)
27 WIN32="yes"
28 @@ -10486,7 +10486,7 @@
29 ;;
30 *)
31 WIN32="no"
32 - LDFLAGS="-L../lib -lpedro `pkg-config --libs glib-2.0` -lm"
33 + LDFLAGS="$LDFLAGS -L../lib -lpedro `pkg-config --libs glib-2.0` -lm"
34 ;;
35 esac
36 ac_config_files="$ac_config_files Makefile src/Makefile src/server/Makefile src/lib/Makefile src/examples/Makefile doc/Makefile"