Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/juffed/files: juffed-0.3-configure.patch
Date: Tue, 05 Aug 2008 04:53:52
Message-Id: E1KQEYQ-0002bk-AU@stork.gentoo.org
1 yngwin 08/08/05 04:53:50
2
3 Added: juffed-0.3-configure.patch
4 Log:
5 Version bump. Removing betas. Patching the configure script to fix bug 231921 and to pass our currently set CXXFLAGS and LDFLAGS.
6 (Portage version: 2.2_rc6/cvs/Linux 2.6.26-hg1 i686)
7
8 Revision Changes Path
9 1.1 app-editors/juffed/files/juffed-0.3-configure.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/juffed/files/juffed-0.3-configure.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/juffed/files/juffed-0.3-configure.patch?rev=1.1&content-type=text/plain
13
14 Index: juffed-0.3-configure.patch
15 ===================================================================
16 --- juffed_0.3_orig/configure 2008-07-17 02:04:22.000000000 +0200
17 +++ juffed_0.3/configure 2008-08-05 06:39:30.000000000 +0200
18 @@ -184,7 +184,7 @@
19 ${qmake_cmd} -project -o test.pro
20 echo "" >> test.pro
21 echo "QT += xml" >> test.pro
22 -${qmake_cmd} 2>configure.log
23 +${qmake_cmd} "QMAKE_CXXFLAGS_RELEASE=${CXXFLAGS} -w" 2>configure.log
24 ${make_cmd} 1>/dev/null 2>>configure.log
25
26 test_prg=`cat configure.log`
27 @@ -230,7 +230,7 @@
28 echo "LIBS += -L${arg_qsci_lib_path}" >> test.pro
29 fi
30
31 -${qmake_cmd} 2>configure.log
32 +${qmake_cmd} "QMAKE_CXXFLAGS_RELEASE=${CXXFLAGS} -w" 2>configure.log
33 ${make_cmd} 1>/dev/null 2>>configure.log
34
35 test_prg=`cat configure.log`
36 @@ -293,7 +293,7 @@
37 LRELEASE='${lrelease_cmd}'
38
39 src/juffed:
40 - cd src && $(QMAKE) && $(MAKE)
41 + cd src && $(QMAKE) "QMAKE_CXXFLAGS_RELEASE=${CXXFLAGS}" "QMAKE_LFLAGS_RELEASE=${LDFLAGS}" && $(MAKE)
42 cd src && $(LRELEASE) juffed.pro
43
44 distclean: