Date: Tue, 24 Jun 2014 14:44:35 +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: r359089 - head/cad/kicad-devel/files Message-ID: <201406241444.s5OEiZfO056834@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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__)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406241444.s5OEiZfO056834>