From e27ae1590ebaa94c09bc428b70974b2e6e56934b Mon Sep 17 00:00:00 2001 From: John Date: Mon, 8 Feb 2021 17:05:00 +0100 Subject: [PATCH] libogdf: remove noop make_build_args --- srcpkgs/libogdf/template | 1 - 1 file changed, 1 deletion(-) diff --git a/srcpkgs/libogdf/template b/srcpkgs/libogdf/template index 4cb794f0ea7..d9bcdd886a0 100644 --- a/srcpkgs/libogdf/template +++ b/srcpkgs/libogdf/template @@ -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"