aboutsummaryrefslogtreecommitdiff
path: root/cad/klayout
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2008-05-05 16:10:23 +0000
committerHiroki Sato <hrs@FreeBSD.org>2008-05-05 16:10:23 +0000
commit5f695687db6139a446151d08fc8e7eba521e06a2 (patch)
treeb25ac570495f183fd239faf405fb3d2deee6f3e3 /cad/klayout
parent7793071175a29ca95a4ba55e01d0b77627b5875a (diff)
downloadports-5f695687db6139a446151d08fc8e7eba521e06a2.tar.gz
ports-5f695687db6139a446151d08fc8e7eba521e06a2.zip
Add a missing patch forgotten in the commit for updating to 0.14.
Notes
Notes: svn path=/head/; revision=212670
Diffstat (limited to 'cad/klayout')
-rw-r--r--cad/klayout/files/patch-src-layGridNet.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/cad/klayout/files/patch-src-layGridNet.h b/cad/klayout/files/patch-src-layGridNet.h
new file mode 100644
index 000000000000..dc93352355e7
--- /dev/null
+++ b/cad/klayout/files/patch-src-layGridNet.h
@@ -0,0 +1,10 @@
+--- src/layGridNet.h.orig Fri Nov 9 04:31:38 2007
++++ src/layGridNet.h Sun Jan 6 19:11:46 2008
+@@ -24,6 +24,7 @@
+ #ifndef HDR_layGridNet
+ #define HDR_layGridNet
+
++#include <QtCore/qobjectdefs.h>
+ #include "layViewObject.h"
+ #include "layPlugin.h"
+ #include "dbTypes.h"