diff options
Diffstat (limited to 'net/libproxy/Makefile')
-rw-r--r-- | net/libproxy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |