diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2019-04-24 14:20:30 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2019-04-24 14:20:30 +0000 |
commit | 7e775e74d6131768741faec953756efec695aa66 (patch) | |
tree | a3bdda7fd18041f112d8e0c6a08fbd7b00b2db1d /chinese/gcin/files/patch-configure | |
parent | Update to the 20180421 snapshot of GCC 9.0.1. (diff) |
Update to 2.8.9.
Notes
Notes:
svn path=/head/; revision=499846
Diffstat (limited to 'chinese/gcin/files/patch-configure')
-rw-r--r-- | chinese/gcin/files/patch-configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chinese/gcin/files/patch-configure b/chinese/gcin/files/patch-configure index db9623513d80..d23acdcbc879 100644 --- a/chinese/gcin/files/patch-configure +++ b/chinese/gcin/files/patch-configure @@ -1,4 +1,4 @@ ---- configure.orig 2018-05-12 11:15:17 UTC +--- configure.orig 2019-02-01 23:11:02 UTC +++ configure @@ -1,4 +1,4 @@ -##!/bin/bash @@ -47,10 +47,10 @@ grep -v qt3/plugins/inputmethods gcin.spec.tmp > gcin.spec else - for i in /usr/share/qt/bin/moc /usr/lib/qt/bin/moc /usr/lib64/qt/bin/moc /usr/lib/qt3/bin/moc /usr/share/qt3/bin/moc /usr/lib64/qt3/bin/moc -+ for i in $prefix/share/qt/bin/moc /usr/lib/qt/bin/moc /usr/lib64/qt/bin/moc /usr/lib/qt3/bin/moc /usr/share/qt3/bin/moc /usr/lib64/qt3/bin/moc ++ for i in $prefix/share/qt/bin/moc /usr/lib/qt/bin/moc /usr/lib64/qt/bin/moc /usr/lib/qt3/bin/moc $prefix/share/qt3/bin/moc /usr/lib64/qt3/bin/moc do - [ ! -x $i ] && continue -+ [ ! -x $i ] & continue ++ [ ! -x $i ] continue QT_MOC=$i echo "QT_MOC=$QT_MOC" break; |