diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-10-13 20:25:47 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-10-13 20:25:47 +0000 |
commit | 489e7d8a7d768c34eb782c4343d3065dfe0676ee (patch) | |
tree | b96814da4d3e2b4fa336831611f8b6b57ffe94c9 /games/xracer/files/patch-ab | |
parent | Support CC/CFLAGS/X11BASE/PREFIX properly (diff) |
Support CC/CFLAGS/LOCALBASE/X11BASE properly
Change location of data files from lib/ to share/
PR: 21613
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=33789
Diffstat (limited to 'games/xracer/files/patch-ab')
-rw-r--r-- | games/xracer/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xracer/files/patch-ab b/games/xracer/files/patch-ab new file mode 100644 index 000000000000..6f45de7b2035 --- /dev/null +++ b/games/xracer/files/patch-ab @@ -0,0 +1,11 @@ +--- aclocal.m4.orig Mon Jun 21 05:48:38 1999 ++++ aclocal.m4 Thu Aug 10 01:41:06 2000 +@@ -43,7 +43,7 @@ + dnl AM_INIT_AUTOMAKE(package,version, [no-define]) + + AC_DEFUN(AM_INIT_AUTOMAKE, +-[AC_REQUIRE([AM_PROG_INSTALL]) ++[AC_REQUIRE([AC_PROG_INSTALL]) + PACKAGE=[$1] + AC_SUBST(PACKAGE) + VERSION=[$2] |