mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
wxgtk: fix build
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user