summaryrefslogtreecommitdiff
path: root/games/lbreakout2/patches/patch-ab
blob: 1685a5b314930ef9d4f91045cbd14e674296de35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.3 2006/10/10 19:45:00 rillig Exp $

--- configure.orig	2006-10-10 21:44:08.000000000 +0200
+++ configure	2006-10-10 21:44:19.000000000 +0200
@@ -1632,7 +1632,7 @@ fi
 
 
 
-if test "$sdlnet_flag" == "-DSDL_NET_ENABLED" ; then
+if test "$sdlnet_flag" = "-DSDL_NET_ENABLED" ; then
     echo $ac_n "checking for main in -lSDL_net""... $ac_c" 1>&6
 echo "configure:1638: checking for main in -lSDL_net" >&5
 ac_lib_var=`echo SDL_net'_'main | sed 'y%./+-%__p_%'`