mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
34 lines
912 B
Plaintext
34 lines
912 B
Plaintext
$NetBSD: patch-configure,v 1.2 2016/04/07 10:09:02 adam Exp $
|
|
|
|
Fix building on OS X.
|
|
Portability fix.
|
|
|
|
--- configure.orig 2016-04-05 01:57:34.000000000 +0000
|
|
+++ configure
|
|
@@ -15228,7 +15228,6 @@ $as_echo "#define __Mac 1" >>confdefs.h
|
|
MACAPP=""
|
|
fi
|
|
|
|
- RAW_COMPILE_PLATFORM_CFLAGS=" $CFLAGS -arch x86_64 -arch i386 "
|
|
|
|
|
|
|
|
@@ -19653,7 +19652,7 @@ fi
|
|
|
|
fi
|
|
|
|
- if test x"${have_zlib}" == xyes; then
|
|
+ if test x"${have_zlib}" = xyes; then
|
|
ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
|
|
if test "x$ac_cv_header_zlib_h" = xyes; then :
|
|
|
|
@@ -35279,7 +35278,7 @@ fi
|
|
#--------------------------------------------------------------------------
|
|
|
|
# Check whether --enable-breakpad was given.
|
|
-if test "${enable_breakpad+set}" = set; then :
|
|
+if test "${enable_breakpad+set}" = set; then
|
|
enableval=$enable_breakpad; have_breakpad=yes
|
|
fi
|
|
|