mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
ixion: fix build.
This commit is contained in:
@@ -70,7 +70,7 @@ BUILD_REQUIRES="
|
||||
devel:libboost_system$secondaryArchSuffix >= $boostMinimumVersion
|
||||
devel:libz$secondaryArchSuffix
|
||||
devel:libspdlog$secondaryArchSuffix
|
||||
devel:mdds$secondaryArchSuffix >= 2.1
|
||||
devel:mdds >= 2.1
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
@@ -100,7 +100,7 @@ PATCH()
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -fi
|
||||
export CXXFLAGS="-std=c++17"
|
||||
export CXXFLAGS="-std=c++17 -O2 -g"
|
||||
BOOST_ROOT="$portPackageLinksDir"/devel~libboost_program_options/develop
|
||||
runConfigure --omit-dirs binDir ./configure \
|
||||
--bindir=$commandBinDir \
|
||||
|
||||
Reference in New Issue
Block a user