aboutsummaryrefslogtreecommitdiffstats
path: root/games/kobodeluxe/files
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2002-07-26 00:54:42 +0800
committerpetef <petef@FreeBSD.org>2002-07-26 00:54:42 +0800
commit7af7f3d1bd13e40ba83d19c8a43cb1c9a29a379d (patch)
tree7df4b3db29e4fcdc8b693327f20aea6983a52e5e /games/kobodeluxe/files
parente13026d413a20c779a7317033e6f7b756c91901c (diff)
downloadfreebsd-ports-gnome-7af7f3d1bd13e40ba83d19c8a43cb1c9a29a379d.tar.gz
freebsd-ports-gnome-7af7f3d1bd13e40ba83d19c8a43cb1c9a29a379d.tar.zst
freebsd-ports-gnome-7af7f3d1bd13e40ba83d19c8a43cb1c9a29a379d.zip
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>
Diffstat (limited to 'games/kobodeluxe/files')
-rw-r--r--games/kobodeluxe/files/patch-configure.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/games/kobodeluxe/files/patch-configure.in b/games/kobodeluxe/files/patch-configure.in
new file mode 100644
index 000000000000..403b65113d2b
--- /dev/null
+++ b/games/kobodeluxe/files/patch-configure.in
@@ -0,0 +1,21 @@
+$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"
+