Copy of osx-environment at 9993042d6
[windows-environment.git] / Patches / wxwidgets-host-suffix.patch
1 --- configure.orig      2020-12-29 23:46:50.000000000 +0100
2 +++ configure   2020-12-29 23:47:14.000000000 +0100
3 @@ -3901,7 +3901,8 @@
4  
5  if test "$cross_compiling" != "no"; then
6      HOST_PREFIX="${host_alias}-"
7 -    HOST_SUFFIX="-$host_alias"
8 +#    HOST_SUFFIX="-$host_alias"
9 +    HOST_SUFFIX=""
10  else
11      HOST_PREFIX=
12      HOST_SUFFIX=
13 --- wx-config.in.orig   2021-01-01 13:12:35.000000000 +0100
14 +++ wx-config.in        2021-01-01 13:14:10.000000000 +0100
15 @@ -1113,7 +1113,8 @@
16              _libname="@WX_LIBRARY_BASENAME_GUI@"
17          fi
18          [ $lib = base ] || _libname="${_libname}_$lib"
19 -        _libname="${_libname}-@WX_RELEASE@$_target"
20 +        #_libname="${_libname}-@WX_RELEASE@$_target"
21 +        _libname="${_libname}-@WX_RELEASE@"
22  
23          if is_static; then
24              _wxlibs="$_wxlibs ${libdir}/lib${_libname}.a"