aboutsummaryrefslogtreecommitdiff
path: root/cad/klayout
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2017-02-18 19:48:05 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2017-02-18 19:48:05 +0000
commitf3c180c3431372077934f7658922b8a244419bdf (patch)
tree4d04227f02c7fda007ad74be01e1393168277b0b /cad/klayout
parent748a0f2465dd8511da6092b69cbe578ce5749586 (diff)
downloadports-f3c180c3431372077934f7658922b8a244419bdf.tar.gz
ports-f3c180c3431372077934f7658922b8a244419bdf.zip
Notes
Diffstat (limited to 'cad/klayout')
-rw-r--r--cad/klayout/files/patch-build.sh14
-rw-r--r--cad/klayout/files/patch-src-Makefile.rules13
2 files changed, 0 insertions, 27 deletions
diff --git a/cad/klayout/files/patch-build.sh b/cad/klayout/files/patch-build.sh
index 07040839e32c..379b4160d2b9 100644
--- a/cad/klayout/files/patch-build.sh
+++ b/cad/klayout/files/patch-build.sh
@@ -28,20 +28,6 @@
if [ "$gcc_path" = "" ]; then
echo "*** ERROR: unable to locate gcc in path"
exit 1
-@@ -398,11 +401,11 @@ mac-*)
- ;;
- esac
-
--if [ ! -r $QTBIN/moc ]; then
-+if [ ! -r $QTBIN/moc-qt4 ]; then
- echo "*** ERROR: unable to locate Qt MOC in $QTBIN"
- exit 1
- fi
--if [ ! -r $QTBIN/uic ]; then
-+if [ ! -r $QTBIN/uic-qt4 ]; then
- echo "*** ERROR: unable to locate Qt UIC in $QTBIN"
- exit 1
- fi
@@ -463,11 +466,7 @@ else
cd $CURR_DIR
fi
diff --git a/cad/klayout/files/patch-src-Makefile.rules b/cad/klayout/files/patch-src-Makefile.rules
deleted file mode 100644
index fcb78eab81c1..000000000000
--- a/cad/klayout/files/patch-src-Makefile.rules
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/Makefile.rules.orig 2016-06-19 16:35:32 UTC
-+++ src/Makefile.rules
-@@ -73,8 +73,8 @@ ifeq ($(LOPT_TEST),)
- LOPT_TEST=$(LOPT)
- endif
-
--MOC=$(QTBIN)/moc
--UIC=$(QTBIN)/uic
-+MOC=$(QTBIN)/moc-qt4
-+UIC=$(QTBIN)/uic-qt4
- RCC=$(QTBIN)/rcc
-
- TESTSRC=$(TOP_SOURCE)/..