summaryrefslogtreecommitdiff
path: root/games/lbreakout2/patches/patch-ab
blob: bb3e6b032757e684499dcc0eb873dd11c1302731 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.4 2011/01/11 20:20:53 drochner Exp $

--- configure.orig	2010-10-05 18:28:53.000000000 +0000
+++ configure
@@ -12007,7 +12007,7 @@ fi
 
 
 
-if test "$sdlnet_flag" == "-DSDL_NET_ENABLED" ; then
+if test "$sdlnet_flag" = "-DSDL_NET_ENABLED" ; then
     { echo "$as_me:$LINENO: checking for main in -lSDL_net" >&5
 echo $ECHO_N "checking for main in -lSDL_net... $ECHO_C" >&6; }
 if test "${ac_cv_lib_SDL_net_main+set}" = set; then