diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-05-14 05:18:29 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-05-14 05:18:29 +0000 |
commit | b5992f650e8d63bc153f07438af25a6289bf9da4 (patch) | |
tree | 13913b19af79557d518075cee7d65ae9a9fa3a07 /games/openglad/files/patch-configure | |
parent | - use configures --includedir (diff) |
Add openglad 0.98, an SDL port of an old DOS game called Gladiator.
PR: 52178
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Notes
Notes:
svn path=/head/; revision=80956
Diffstat (limited to 'games/openglad/files/patch-configure')
-rw-r--r-- | games/openglad/files/patch-configure | 22 |
1 files changed, 22 insertions, 0 deletions
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 + + |