aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2008-05-06 00:10:23 +0800
committerhrs <hrs@FreeBSD.org>2008-05-06 00:10:23 +0800
commitcc87cabc2982236689bf2a52c196b30642a6e311 (patch)
tree7a1f2c309a306ebb6c34cf1c143560e1f51a54f6 /cad
parent5e139cfb527fd1b9be56a6206f44b99864fcc9f4 (diff)
downloadfreebsd-ports-gnome-cc87cabc2982236689bf2a52c196b30642a6e311.tar.gz
freebsd-ports-gnome-cc87cabc2982236689bf2a52c196b30642a6e311.tar.zst
freebsd-ports-gnome-cc87cabc2982236689bf2a52c196b30642a6e311.zip
Add a missing patch forgotten in the commit for updating to 0.14.
Diffstat (limited to 'cad')
-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"