diff options
author | marino <marino@FreeBSD.org> | 2014-06-24 22:44:35 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-06-24 22:44:35 +0800 |
commit | dcf44a54b4da1b027afc293b94a12e12eac13cb2 (patch) | |
tree | 768a51e3536d0541e3b69bdbe2ab625e19c00c38 /cad | |
parent | 24032704d6220a6393a16429067231b1d00fe4f1 (diff) | |
download | freebsd-ports-gnome-dcf44a54b4da1b027afc293b94a12e12eac13cb2.tar.gz freebsd-ports-gnome-dcf44a54b4da1b027afc293b94a12e12eac13cb2.tar.zst freebsd-ports-gnome-dcf44a54b4da1b027afc293b94a12e12eac13cb2.zip |
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)
Diffstat (limited to 'cad')
-rw-r--r-- | cad/kicad-devel/files/patch-include-kiway.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/kicad-devel/files/patch-include-kiway.h b/cad/kicad-devel/files/patch-include-kiway.h index 6323ca91f2e3..6a83d5733914 100644 --- a/cad/kicad-devel/files/patch-include-kiway.h +++ b/cad/kicad-devel/files/patch-include-kiway.h @@ -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__) |