aboutsummaryrefslogtreecommitdiff
path: root/cad/kicad-devel/files/patch-include-kiway.h
blob: 9244e58c8eea5f818da0bd80507962b7e4366df1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- include/kiway.h.orig	2023-06-22 13:35:48 UTC
+++ include/kiway.h
@@ -115,7 +115,7 @@
 #define KIFACE_INSTANCE_NAME_AND_VERSION   "KIFACE_1"
 
 #ifndef SWIG
-#if defined(__linux__) || defined(__FreeBSD__)
+#if defined(__linux__) || defined(__FreeBSD__) || defined(__DragonFly__)
  #define LIB_ENV_VAR    wxT( "LD_LIBRARY_PATH" )
 #elif defined(__WXMAC__)
  #define LIB_ENV_VAR    wxT( "DYLD_LIBRARY_PATH" )