]> git.pld-linux.org Git - packages/fwbuilder.git/blame - fwbuilder-configure.patch
- up to 4.0.2
[packages/fwbuilder.git] / fwbuilder-configure.patch
CommitLineData
5ddf60c7 1diff -Nur o.fwbuilder-2.1.12/src/src.pro n.fwbuilder-2.1.12/src/src.pro
2--- o.fwbuilder-2.1.12/src/src.pro 2007-06-07 04:33:54.000000000 +0200
3+++ n.fwbuilder-2.1.12/src/src.pro 2007-06-28 01:10:37.000000000 +0200
4@@ -10,6 +10,8 @@
5 TARGET = src
6 SUBDIRS = res fwbedit fwblookup
7 # NOTE: 2.1 does not install scripts from src/tools ( fwb_install , fwb_compile_all)
8+# but PLD do this
9+SUBDIRS += tools
10
11 contains( HAVE_ANTLR_RUNTIME, 1 ) {
12 SUBDIRS += antlr parsers
416c9cdc 13--- fwbuilder-3.0.5-orig/qmake.inc.in 2009-06-24 18:59:55.000000000 +0200
14+++ fwbuilder-3.0.5/qmake.inc.in 2009-07-15 14:34:56.350185928 +0200
15@@ -58,7 +58,7 @@ unix {
16
17 PKGLOCALEDIR = $$res.path/locale
18
19- CONFIG += warn_on debug
20+ CONFIG += warn_on
21 QMAKE_CFLAGS_DEBUG += -Wno-unused-parameter
22 QMAKE_CFLAGS_RELEASE += -Wno-unused-parameter
23 QMAKE_CXXFLAGS_DEBUG += -Wno-unused-parameter @CXXFLAGS@
24--- fwbuilder-3.0.5-orig/doc/doc.pro 2009-06-24 18:59:48.000000000 +0200
25+++ fwbuilder-3.0.5/doc/doc.pro 2009-07-15 14:36:50.350151695 +0200
26@@ -48,9 +48,8 @@ man.files = fwbedit.1 \
27 fwb_ipt.1 \
0fb7adde 28 fwb_pf.1 \
29 fwb_pix.1 \
416c9cdc 30-
31-# fwb_install.1 \
32-# fwb_compile_all.1 \
33+ fwb_install.1 \
34+ fwb_compile_all.1 \
0fb7adde 35
416c9cdc 36 man.path = $$MANDIR/man1
0fb7adde 37
This page took 0.511146 seconds and 4 git commands to generate.