openbsd-ports/games/crossfire-client/patches/patch-configure
alek ace5a474a8 - Fix SDL_image detection
- Bump PKGNAME
2005-02-12 19:24:22 +00:00

13 lines
454 B
Plaintext

$OpenBSD: patch-configure,v 1.1 2005/02/12 19:24:22 alek Exp $
--- configure.orig Sat Feb 12 19:09:25 2005
+++ configure Sat Feb 12 19:09:27 2005
@@ -7275,7 +7275,7 @@ if test "${ac_cv_lib_SDL_image_IMG_LoadP
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lSDL_image $SDL_CFLAGS $LIBS"
+LIBS="-lSDL_image $SDL_CFLAGS $SDL_LIBS $LIBS"
cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"
#include "confdefs.h"