From 4bb6c306c5a5f478649040775fb8c5948a66d29d Mon Sep 17 00:00:00 2001 From: Georges Khaznadar Date: Sat, 3 Sep 2016 17:57:10 +0200 Subject: [PATCH] Fix FTBFS on kFreeBSD and Hurd The modification should allow the package to be built on new platforms: hurd and *freebsd. Gbp-Pq: Topic porting-kfreebsd-hurd Gbp-Pq: Name Fix-FTBFS-on-kFreeBSD-and-Hurd.patch --- include/kiway.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/kiway.h b/include/kiway.h index 6e27bbf6..9c870e1e 100644 --- a/include/kiway.h +++ b/include/kiway.h @@ -116,7 +116,7 @@ as such! As such, it is OK to use UTF8 characters: #define KIFACE_INSTANCE_NAME_AND_VERSION "KIFACE_1" #ifndef SWIG -#if defined(__linux__) || defined(__FreeBSD__) +#if defined(__linux__) || defined(__GLIBC__) || defined(__FreeBSD__) || defined(__GNU__) #define LIB_ENV_VAR wxT( "LD_LIBRARY_PATH" ) #elif defined(__WXMAC__) #define LIB_ENV_VAR wxT( "DYLD_LIBRARY_PATH" ) -- 2.30.2