From 87720625166fb771a9bed89e65a4f5c895c0648b Mon Sep 17 00:00:00 2001 From: kwm Date: Mon, 28 Feb 2011 14:29:25 +0000 Subject: Override a configure test, so the correct behaviour is done when build with clang. --- net/libproxy/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net/libproxy') diff --git a/net/libproxy/Makefile b/net/libproxy/Makefile index 1c1a2c91bd21..5f31eef73a1a 100644 --- a/net/libproxy/Makefile +++ b/net/libproxy/Makefile @@ -18,7 +18,8 @@ USE_GMAKE= yes USE_GNOME+= gnomehack GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" \ + ac_cv_func_malloc_0_nonnull=yes CONFIGURE_ARGS?=--without-gnome --without-kde --without-webkit \ --without-mozjs --without-networkmanager --with-python \ --with-envvar --with-file -- cgit