ports/security/fwbuilder/files/patch-runqmake.sh
Cy Schubert e9c0ebcb1f Problem:
QT4 support is deprecated and will be removed in March 2019.
	fwbuilder upline is no longer supported.

Solution:
	Use the fwbuilder fork on github. This:
	- updates fwbuilder from 5.1.0 to 5.3.7.
	- uses QT5.
	- is supported.
2018-12-27 02:44:40 +00:00

9 lines
251 B
Bash

--- runqmake.sh.orig 2017-01-14 01:49:18.000000000 -0800
+++ runqmake.sh 2018-12-10 15:50:46.374226000 -0800
@@ -13,5 +13,5 @@
test -z "$EXTRA_CXXFLAGS" || FLAGS="QMAKE_CXXFLAGS += $EXTRA_CXXFLAGS"
-$QMAKE "$FLAGS" $C
+eval $QMAKE "$FLAGS2" $C