diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-12-17 20:41:24 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-12-17 20:42:27 -0800 |
commit | 57856f23e9fc79801a2115f0026e12f9c9fa286b (patch) | |
tree | da1790be58b8ab9dd0ddd0c029436867677fec89 /math/gecode/files/patch-configure | |
parent | net/py-python-socks: Update to 2.0.1 (diff) |
math/gecode: Fix build for the GIST option.
Diffstat (limited to 'math/gecode/files/patch-configure')
-rw-r--r-- | math/gecode/files/patch-configure | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/math/gecode/files/patch-configure b/math/gecode/files/patch-configure new file mode 100644 index 000000000000..c494bdabbf39 --- /dev/null +++ b/math/gecode/files/patch-configure @@ -0,0 +1,20 @@ +--- configure.orig 2021-05-20 06:12:58 UTC ++++ configure +@@ -12552,7 +12552,7 @@ if test "${enable_qt+set}" = set; then : + enableval=$enable_qt; + fi + +- for ac_prog in qmake-qt4 qmake ++ for ac_prog in qmake-qt5 qmake + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 +@@ -12594,7 +12594,7 @@ fi + test -n "$QMAKE" && break + done + +- for ac_prog in moc-qt4 moc ++ for ac_prog in moc-qt5 moc + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 |