]> git.pld-linux.org Git - packages/fwbuilder.git/blame - fwbuilder-configure.patch
- don't detect and make use of ccache - this decision belongs to person
[packages/fwbuilder.git] / fwbuilder-configure.patch
CommitLineData
5ddf60c7 1diff -Nur o.fwbuilder-2.1.12/doc/doc.pro n.fwbuilder-2.1.12/doc/doc.pro
2--- o.fwbuilder-2.1.12/doc/doc.pro 2007-06-13 04:03:34.000000000 +0200
3+++ n.fwbuilder-2.1.12/doc/doc.pro 2007-06-28 01:06:00.000000000 +0200
4@@ -52,9 +52,8 @@
5 fwb_ipfw.1 \
6 fwb_ipt.1 \
7 fwb_pf.1 \
8-
9-# fwb_install.1 \
10-# fwb_compile_all.1 \
11+ fwb_install.1 \
12+ fwb_compile_all.1 \
0ecf0e6a 13
5ddf60c7 14 man.path = $(DDIR)$$MANDIR/man1
0ecf0e6a 15
5ddf60c7 16diff -Nur o.fwbuilder-2.1.12/qmake.inc.in n.fwbuilder-2.1.12/qmake.inc.in
17--- o.fwbuilder-2.1.12/qmake.inc.in 2007-05-18 05:16:09.000000000 +0200
18+++ n.fwbuilder-2.1.12/qmake.inc.in 2007-06-28 01:06:38.000000000 +0200
19@@ -35,7 +35,7 @@
0ecf0e6a
JB
20 res_os.path = $(DDIR)@RES_DIR@/os
21 res_platform.path = $(DDIR)@RES_DIR@/platform
22
23- CONFIG += qt thread rtti stl warn_on debug
24+ CONFIG += qt thread rtti stl warn_on
25 INCLUDEPATH += @LIBFWBUILDER_INCLUDEPATH@
26
5ddf60c7 27 LIBS += $$LIBS_FWBUILDER @LIBS@
28diff -Nur o.fwbuilder-2.1.12/src/src.pro n.fwbuilder-2.1.12/src/src.pro
29--- o.fwbuilder-2.1.12/src/src.pro 2007-06-07 04:33:54.000000000 +0200
30+++ n.fwbuilder-2.1.12/src/src.pro 2007-06-28 01:10:37.000000000 +0200
31@@ -10,6 +10,8 @@
32 TARGET = src
33 SUBDIRS = res fwbedit fwblookup
34 # NOTE: 2.1 does not install scripts from src/tools ( fwb_install , fwb_compile_all)
35+# but PLD do this
36+SUBDIRS += tools
37
38 contains( HAVE_ANTLR_RUNTIME, 1 ) {
39 SUBDIRS += antlr parsers
This page took 0.102335 seconds and 4 git commands to generate.