]> git.pld-linux.org Git - packages/fwbuilder.git/blob - fwbuilder-configure.patch
- fixed build on amd64, release 2
[packages/fwbuilder.git] / fwbuilder-configure.patch
1 --- fwbuilder-2.0.0/configure.in.orig   2004-07-12 05:47:38.000000000 +0200
2 +++ fwbuilder-2.0.0/configure.in        2004-08-01 21:13:17.019482144 +0200
3 @@ -382,5 +382,5 @@
4  
5  AC_OUTPUT
6  
7 -. runqmake.sh
8 +. ./runqmake.sh
9  
10 --- fwbuilder-2.0.0/qmake.inc.in.orig   2004-07-03 08:55:34.000000000 +0200
11 +++ fwbuilder-2.0.0/qmake.inc.in        2004-08-01 21:17:11.261871888 +0200
12 @@ -4,7 +4,7 @@
13  TEMPLATE       =app
14  
15  DEFINES      += $$(DEFINES)
16 -INCLUDEPATH  += ../.. $$(INCLUDEPATH)
17 +INCLUDEPATH  += ../.. $$(INCLUDEPATH) /usr/include/qt
18  LANGUAGE      = C++
19  UI_DIR        = ui
20  
21 @@ -30,7 +30,7 @@
22         res_os.path             = $(DDIR)@RES_DIR@/os
23         res_platform.path       = $(DDIR)@RES_DIR@/platform
24  
25 -       CONFIG                 += qt thread rtti stl warn_on debug
26 +       CONFIG                 += qt thread rtti stl warn_on
27         INCLUDEPATH            += @LIBFWBUILDER_INCLUDEPATH@
28  
29         LIBS                   += $$LIBS_FWBUILDER
This page took 0.085344 seconds and 3 git commands to generate.