freebsd-ports/security/fwbuilder/files/patch-aa
Cy Schubert 5583daec2c Welcome fwbuilder and libfwbuilder 3.0.0, replacing 2.1.19. The old version
is deprecated and scheduled for deletion as it is no longer supported by its
author.
2008-09-02 21:32:26 +00:00

15 lines
519 B
Text

--- qmake.inc.in.orig 2008-08-27 22:44:07.000000000 -0700
+++ qmake.inc.in 2008-08-29 16:04:11.000000000 -0700
@@ -66,10 +66,8 @@
PKGLOCALEDIR = $$res.path/locale
CONFIG += warn_on debug
- 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_DEBUG += @CXXFLAGS@
+ QMAKE_CXXFLAGS_RELEASE += @CXXFLAGS@
}
}