libogdf: remove noop make_build_args

This commit is contained in:
John 2021-02-08 17:05:00 +01:00
parent a17d1fa5af
commit e27ae1590e

View file

@ -6,7 +6,6 @@ archs="i686* x86_64*"
wrksrc=OGDF-snapshot
build_style=cmake
configure_args="-DBUILD_SHARED_LIBS=ON -DOGDF_EXTRA_CXX_FLAGS=-Wno-error"
make_build_args="-Wno-error=class-memaccess"
hostmakedepends="unzip python"
makedepends="libClp-devel"
short_desc="Open Graph Drawing Framework"