svn commit: r425591 - head/cad/klayout/files

John Marino marino at FreeBSD.org
Mon Nov 7 02:14:10 UTC 2016


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
  


More information about the svn-ports-all mailing list