summaryrefslogtreecommitdiff
path: root/fonts/fontforge/patches/patch-configure
blob: 29fd675b9b6639814441b1b4ed6b5263199a208a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
$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