freebsd-ports/games/openglad/files/patch-configure
Eric Anholt b5992f650e Add openglad 0.98, an SDL port of an old DOS game called Gladiator.
PR:		52178
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
2003-05-14 05:18:29 +00:00

22 lines
727 B
Text

--- 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