mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
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.
9 lines
251 B
Bash
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
|
|
|