svn commit: r359089 - head/cad/kicad-devel/files

John Marino marino at FreeBSD.org
Tue Jun 24 14:44:36 UTC 2014


Author: marino
Date: Tue Jun 24 14:44:35 2014
New Revision: 359089
URL: http://svnweb.freebsd.org/changeset/ports/359089
QAT: https://qat.redports.org/buildarchive/r359089/

Log:
  cad/kicad-devel: Unbreak build on DragonFly
  
  DragonFly needs the same patch as FreeBSD on the current version.
  Covered by just-fix-it blanket (no-op for FreeBSD)

Modified:
  head/cad/kicad-devel/files/patch-include-kiway.h

Modified: head/cad/kicad-devel/files/patch-include-kiway.h
==============================================================================
--- head/cad/kicad-devel/files/patch-include-kiway.h	Tue Jun 24 14:42:41 2014	(r359088)
+++ head/cad/kicad-devel/files/patch-include-kiway.h	Tue Jun 24 14:44:35 2014	(r359089)
@@ -4,6 +4,6 @@
  #define KIFACE_INSTANCE_NAME_AND_VERSION   "KIFACE_1"
  
 -#if defined(__linux__)
-+#if defined(__FreeBSD__)
++#if defined(__FreeBSD__) || defined(__DragonFly__)
   #define LIB_ENV_VAR    wxT( "LD_LIBRARY_PATH" )
  #elif defined(__WXMAC__)


More information about the svn-ports-head mailing list