diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2016-11-16 00:33:36 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2016-11-16 00:33:36 +0000 |
commit | bbda4dd30fc63acf6729df2e84e9d80c275c17e5 (patch) | |
tree | dd11c2a72f6cdccbfee1af56cc4c347e28e2477b /cad | |
parent | 73d2818097455a888da772c16c623c9a64ac29c5 (diff) | |
download | ports-bbda4dd30fc63acf6729df2e84e9d80c275c17e5.tar.gz ports-bbda4dd30fc63acf6729df2e84e9d80c275c17e5.zip |
Fix build.
Notes
Notes:
svn path=/head/; revision=426196
Diffstat (limited to 'cad')
-rw-r--r-- | cad/klayout/files/patch-src-layApplication.cc | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/cad/klayout/files/patch-src-layApplication.cc b/cad/klayout/files/patch-src-layApplication.cc index dea5a2d1eb4f..76edb8516219 100644 --- a/cad/klayout/files/patch-src-layApplication.cc +++ b/cad/klayout/files/patch-src-layApplication.cc @@ -1,5 +1,5 @@ --- src/layApplication.cc.orig 2016-06-20 01:35:29.000000000 +0900 -+++ src/layApplication.cc 2016-11-05 04:21:44.257764000 +0900 ++++ src/layApplication.cc 2016-11-16 08:59:47.386261000 +0900 @@ -20,6 +20,7 @@ */ @@ -8,7 +8,15 @@ #include "layApplication.h" #include "layConfig.h" -@@ -351,7 +352,7 @@ +@@ -74,6 +75,7 @@ + #include <memory> + #include <algorithm> + #include <signal.h> ++#include <unistd.h> + + namespace lay + { +@@ -351,7 +353,7 @@ act.sa_sigaction = signal_handler; sigemptyset (&act.sa_mask); act.sa_flags = SA_SIGINFO; |