freebsd-ports/security/fwbuilder/files/patch-aa
Cy Schubert 1e7cbacf76 Fix build on AMD64. Debugging information caused failure on pointyhat due
to ulimit. Rremoval of debugging information reduces the size of a static
library file by 80%.

Discovered by:	pointyhat on amd64 8
2011-05-09 15:03:38 +00:00

22 lines
546 B
Text

--- qmake.inc.in.orig 2011-04-20 10:48:53.000000000 -0700
+++ qmake.inc.in 2011-05-08 13:57:57.471497111 -0700
@@ -17,7 +17,6 @@
# CONFIG -= nostrip
# CONFIG += release
-CONFIG += debug
unix {
PREFIX = @PREFIX@
@@ -35,11 +34,6 @@
MOC_DIR = .moc
OBJECTS_DIR = .obj
- QMAKE_CFLAGS_DEBUG += -Wno-unused-parameter
- QMAKE_CFLAGS_RELEASE += -Wno-unused-parameter
- QMAKE_CXXFLAGS_DEBUG += -Wno-unused-parameter
- QMAKE_CXXFLAGS_RELEASE += -Wno-unused-parameter
-
!macx {
exec_prefix = @EXEC_PREFIX@