summaryrefslogtreecommitdiff
path: root/converters/skf/patches/patch-configure
blob: 62fa74b46d64c02ace545fb4104b693b0d09ce8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-configure,v 1.1 2012/04/12 13:50:23 obache Exp $

* test(1) portability fix

--- configure.orig	2012-03-17 14:02:47.000000000 +0000
+++ configure
@@ -4621,7 +4621,7 @@ echo $ECHO_N "checking major version... 
 	* ) darwin_shared="-arch i386 -arch x86_64";
 		deployment_target=MACOSX_DEPLOYMENT_TARGET=10.6;;
     esac
-    if test "$mactiger" == "yes"; then
+    if test "$mactiger" = "yes"; then
 	deployment_target="MACOSX_DEPLOYMENT_TARGET=10.4"
     fi
 fi