Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Nov 2016 00:33:36 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426196 - head/cad/klayout/files
Message-ID:  <201611160033.uAG0Xa2T043365@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Wed Nov 16 00:33:36 2016
New Revision: 426196
URL: https://svnweb.freebsd.org/changeset/ports/426196

Log:
  Fix build.

Modified:
  head/cad/klayout/files/patch-src-layApplication.cc

Modified: head/cad/klayout/files/patch-src-layApplication.cc
==============================================================================
--- head/cad/klayout/files/patch-src-layApplication.cc	Wed Nov 16 00:33:20 2016	(r426195)
+++ head/cad/klayout/files/patch-src-layApplication.cc	Wed Nov 16 00:33:36 2016	(r426196)
@@ -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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611160033.uAG0Xa2T043365>