From b5992f650e8d63bc153f07438af25a6289bf9da4 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 14 May 2003 05:18:29 +0000 Subject: Add openglad 0.98, an SDL port of an old DOS game called Gladiator. PR: 52178 Submitted by: Kirill Ponomarew --- games/openglad/files/patch-configure | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 games/openglad/files/patch-configure (limited to 'games/openglad/files/patch-configure') diff --git a/games/openglad/files/patch-configure b/games/openglad/files/patch-configure new file mode 100644 index 000000000000..125bdc880da2 --- /dev/null +++ b/games/openglad/files/patch-configure @@ -0,0 +1,22 @@ +--- configure.orig Tue May 13 16:54:09 2003 ++++ configure Tue May 13 16:54:55 2003 +@@ -1643,8 +1643,8 @@ + test "x$prefix" = "xNONE" && prefix=/usr/local + test "x$exec_prefix" = "xNONE" && exec_prefix=$prefix + test "x$sysconfdir" = 'x${prefix}/etc' && sysconfdir=${prefix}/etc +-test "x$datadir" = 'x${prefix}/share' && datadir=${prefix}/share/games/openglad +-test "x$bindir" = 'x${exec_prefix}/bin' && bindir=${exec_prefix}/games ++test "x$datadir" = 'x${prefix}/share' && datadir=${prefix}/share/openglad ++test "x$bindir" = 'x${exec_prefix}/bin' && bindir=${exec_prefix}/bin + + + cat >>confdefs.h <<_ACEOF +@@ -1653,7 +1653,7 @@ + + + cat >>confdefs.h <<_ACEOF +-#define DATADIR "$datadir/" ++#define DATADIR "$datadir" + _ACEOF + + -- cgit v1.2.3