aboutsummaryrefslogtreecommitdiffstats
path: root/cad/klayout
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2007-05-22 21:44:09 +0800
committerhrs <hrs@FreeBSD.org>2007-05-22 21:44:09 +0800
commit041e2510cee05f317fe199125f75e125044b4421 (patch)
tree6e76c98029d489c1c7bcae4f61d88861c9784c56 /cad/klayout
parentbff96730096b0a17abbe585ac612dd4b13dcf8f5 (diff)
downloadfreebsd-ports-gnome-041e2510cee05f317fe199125f75e125044b4421.tar.gz
freebsd-ports-gnome-041e2510cee05f317fe199125f75e125044b4421.tar.zst
freebsd-ports-gnome-041e2510cee05f317fe199125f75e125044b4421.zip
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')
-rw-r--r--cad/klayout/files/patch-build.sh4
-rw-r--r--cad/klayout/files/patch-src-Makefile.main4
2 files changed, 4 insertions, 4 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
diff --git a/cad/klayout/files/patch-src-Makefile.main b/cad/klayout/files/patch-src-Makefile.main
index 45087d421e6d..395dbc29264c 100644
--- a/cad/klayout/files/patch-src-Makefile.main
+++ b/cad/klayout/files/patch-src-Makefile.main
@@ -6,8 +6,8 @@
-MOC=$(QTDIR)/bin/moc
-UIC=$(QTDIR)/bin/uic
-+MOC=$(QTDIR)/bin/moc4
-+UIC=$(QTDIR)/bin/uic4
++MOC=$(QTDIR)/bin/moc-qt4
++UIC=$(QTDIR)/bin/uic-qt4
RCC=$(QTDIR)/bin/rcc
INCFLAGS=\