pkgsrc/games/lbreakout2/patches/patch-ab
2006-10-10 19:43:32 +00:00

13 lines
480 B
Text

$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_%'`