Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Nov 2016 02:14:09 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425591 - head/cad/klayout/files
Message-ID:  <201611070214.uA72E9Sn083438@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Mon Nov  7 02:14:08 2016
New Revision: 425591
URL: https://svnweb.freebsd.org/changeset/ports/425591

Log:
  cad/klayout: Include DragonFly with new patch to restore build on DF
  
  Approved by:	DF support blanket (non-invasive)

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	Mon Nov  7 00:59:19 2016	(r425590)
+++ head/cad/klayout/files/patch-src-layApplication.cc	Mon Nov  7 02:14:08 2016	(r425591)
@@ -13,7 +13,7 @@
    sigemptyset (&act.sa_mask);
    act.sa_flags = SA_SIGINFO;
 -#if !defined(__APPLE__)
-+#if !defined(__APPLE__) && !defined(__FreeBSD__)
++#if !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(__DragonFly__)
    act.sa_restorer = 0;
  #endif
  



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