diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2007-05-22 13:44:09 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2007-05-22 13:44:09 +0000 |
commit | badb0e1f5c7fc9d3afef83534d91deae3f00c866 (patch) | |
tree | 8cfadabbd09876c7a6435d17af6930e13d1b494d /cad/klayout/files/patch-build.sh | |
parent | Put suhosin on local master sites to fix fetch now the official site is down. (diff) |
Fix build breakage due to binary file renaming of devel/qt4-moc and
devel/qt4-uic.
Approved by: portmgr (erwin)
Diffstat (limited to 'cad/klayout/files/patch-build.sh')
-rw-r--r-- | cad/klayout/files/patch-build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/klayout/files/patch-build.sh b/cad/klayout/files/patch-build.sh index 20f99fc9134d..2365cad9e66c 100644 --- a/cad/klayout/files/patch-build.sh +++ b/cad/klayout/files/patch-build.sh @@ -5,13 +5,13 @@ fi -if [ ! -r $QTDIR/bin/moc ]; then -+if [ ! -r $QTDIR/bin/moc4 ]; then ++if [ ! -r $QTDIR/bin/moc-qt4 ]; then echo "*** ERROR: unable to locate Qt MOC in $QTDIR/bin" exit 1 fi -if [ ! -r $QTDIR/bin/uic ]; then -+if [ ! -r $QTDIR/bin/uic4 ]; then ++if [ ! -r $QTDIR/bin/uic-qt4 ]; then echo "*** ERROR: unable to locate Qt UIC in $QTDIR/bin" exit 1 fi |