wxgtk: fix build

This commit is contained in:
Gerasim Troeglazov
2025-03-04 14:58:59 +10:00
parent b52670de0a
commit da064e5d22

View File

@@ -210,9 +210,6 @@ defineDebugInfoPackage wxgtk$secondaryArchSuffix \
BUILD()
{
export CFLAGS=-D_BSD_SOURCE
export CXXFLAGS=-D_BSD_SOURCE
runConfigure ./configure \
--with-cxx=11 \
--with-gtk \
@@ -230,7 +227,9 @@ BUILD()
--enable-glcanvasegl \
--disable-detect_sm \
--disable-debug_flag \
--disable-fswatcher
--disable-fswatcher \
CFLAGS=-D_BSD_SOURCE \
CXXFLAGS=-D_BSD_SOURCE
make $jobArgs
}