mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 04:00:41 -04:00
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>
15 lines
526 B
Text
15 lines
526 B
Text
--- qmake.inc.in.linux 2006-06-22 08:34:48.000000000 -0700
|
|
+++ qmake.inc.in 2006-06-22 08:35:03.000000000 -0700
|
|
@@ -28,10 +28,8 @@
|
|
doc.path =$(DDIR)@DOCDIR@
|
|
|
|
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@
|
|
}
|
|
}
|
|
|