summaryrefslogtreecommitdiff
path: root/security/fwbuilder/files/patch-aa
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2006-12-10 23:32:33 +0000
committerCy Schubert <cy@FreeBSD.org>2006-12-10 23:32:33 +0000
commite8c3c96533a3ec91ba46a25be67ddf96a5bb057c (patch)
treefe61d7b29e0717051a22879f4e4dd91de436140d /security/fwbuilder/files/patch-aa
parentRe-enable the Fortran 90 module: fixed with gcc-withfortran-4.1.2_20061208. (diff)
Update from 2.0.10 to 2.1.8.
Vadim Kurland, the author of libfwbuilder and fwbuilder, wishes that I maintain this port for him. Submitted by: Vadim Kurland <vadim@fwbuilder.org> Approved by: Maintainer: Vadim Kurland <vadim@fwbuilder.org>
Diffstat (limited to 'security/fwbuilder/files/patch-aa')
-rw-r--r--security/fwbuilder/files/patch-aa15
1 files changed, 8 insertions, 7 deletions
diff --git a/security/fwbuilder/files/patch-aa b/security/fwbuilder/files/patch-aa
index c4d56a641e17..5a52a1a5bd17 100644
--- a/security/fwbuilder/files/patch-aa
+++ b/security/fwbuilder/files/patch-aa
@@ -1,14 +1,15 @@
---- qmake.inc.in.linux 2005-04-27 19:17:10.000000000 -0700
-+++ qmake.inc.in 2005-04-27 19:17:38.000000000 -0700
-@@ -33,11 +33,6 @@
- LIBS += $$LIBS_FWBUILDER
+--- qmake.inc.in.linux 2006-06-22 08:36:05.000000000 -0700
++++ qmake.inc.in 2006-06-22 08:36:27.000000000 -0700
+@@ -34,10 +34,8 @@
PKGLOCALEDIR = $$res.path/locale
--
+
- QMAKE_CFLAGS_DEBUG += -Wno-unused-parameter
- QMAKE_CFLAGS_RELEASE += -Wno-unused-parameter
-- QMAKE_CXXFLAGS_DEBUG += -Wno-unused-parameter
-- QMAKE_CXXFLAGS_RELEASE += -Wno-unused-parameter
+- QMAKE_CXXFLAGS_DEBUG += -Wno-unused-parameter @CXXFLAGS@
+- QMAKE_CXXFLAGS_RELEASE += -Wno-unused-parameter @CXXFLAGS@
++ QMAKE_CXXFLAGS_DEBUG += @CXXFLAGS@
++ QMAKE_CXXFLAGS_RELEASE += @CXXFLAGS@
}
}