forked from Lainports/opnsense-ports
11 lines
410 B
C
11 lines
410 B
C
--- 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" )
|