diff options
Diffstat (limited to 'security/fwbuilder21/patches/patch-ab')
-rw-r--r-- | security/fwbuilder21/patches/patch-ab | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/security/fwbuilder21/patches/patch-ab b/security/fwbuilder21/patches/patch-ab new file mode 100644 index 00000000000..66a7fefdedb --- /dev/null +++ b/security/fwbuilder21/patches/patch-ab @@ -0,0 +1,24 @@ +$NetBSD: patch-ab,v 1.1.1.1 2006/11/09 19:07:56 bad Exp $ + +--- qmake.inc.in.orig 2006-06-21 09:20:37.000000000 +0200 ++++ qmake.inc.in 2006-11-08 01:26:21.000000000 +0100 +@@ -27,7 +27,7 @@ + res_os.path = $(DDIR)@RES_DIR@/os + res_platform.path = $(DDIR)@RES_DIR@/platform + +- CONFIG += qt thread rtti stl warn_on debug ++ CONFIG += qt thread rtti stl warn_on + INCLUDEPATH += @LIBFWBUILDER_INCLUDEPATH@ + + LIBS += $$LIBS_FWBUILDER @LIBS@ +@@ -35,9 +35,8 @@ + PKGLOCALEDIR = $$res.path/locale + + QMAKE_CFLAGS_DEBUG += -Wno-unused-parameter +- QMAKE_CFLAGS_RELEASE += -Wno-unused-parameter + QMAKE_CXXFLAGS_DEBUG += -Wno-unused-parameter @CXXFLAGS@ +- QMAKE_CXXFLAGS_RELEASE += -Wno-unused-parameter @CXXFLAGS@ ++ QMAKE_CXXFLAGS_RELEASE += @CXXFLAGS@ + } + } + |