freebsd-ports/security/fwbuilder2/files/patch-aa
Cy Schubert e8c3c96533 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>
2006-12-10 23:32:33 +00:00

15 lines
489 B
Text

--- 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 @CXXFLAGS@
- QMAKE_CXXFLAGS_RELEASE += -Wno-unused-parameter @CXXFLAGS@
+ QMAKE_CXXFLAGS_DEBUG += @CXXFLAGS@
+ QMAKE_CXXFLAGS_RELEASE += @CXXFLAGS@
}
}