freebsd-ports/games/kobodeluxe/files/patch-configure.in
Pete Fritchman c1bca3f177 Add kobodeluxe 0.4.p7, Kobo Deluxe (formerly SKobo) is an SDL port
of Akira Higuchi's XKobo.

PR:		40588
Submitted by:	Amar Takhar <verm@drunkmonk.net>
2002-07-25 16:54:42 +00:00

21 lines
579 B
Text

$FreeBSD$
--- configure.in.orig Mon Jun 10 23:21:17 2002
+++ configure.in Wed Jun 12 09:06:35 2002
@@ -30,7 +30,7 @@
build_simple_bundle=no
unix_scoredir=yes
DATADIR='$(datadir)/games/kobo-deluxe'
-SCOREDIR='$(prefix)/games/kobo-deluxe/scores'
+SCOREDIR='$(datadir)/games/kobo-deluxe/scores'
CONFIGDIR='HOME>>'
CONFIGFILE='.kobodlrc'
EXEFILE=kobodl
@@ -165,7 +165,6 @@
AC_CHECK_LIB(SDL_image, IMG_Load,,
AC_MSG_ERROR([You need the SDL_image library to compile this software.
Get it at http://www.devolution.com/~slouken/SDL/]),
- -lSDL
)
LIBS="$LIBS -lSDL_image"