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-ad | |
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-ad')
-rw-r--r-- | games/xracer/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xracer/files/patch-ad b/games/xracer/files/patch-ad new file mode 100644 index 000000000000..40db7b606437 --- /dev/null +++ b/games/xracer/files/patch-ad @@ -0,0 +1,11 @@ +--- test/Makefile.am.orig Sun Jul 11 21:36:17 1999 ++++ test/Makefile.am Thu Aug 10 02:00:47 2000 +@@ -14,7 +14,7 @@ + # along with this program; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +-CFLAGS = -Wall -O3 -I/usr/X11R6/include -I/usr/local/include -I../src ++CFLAGS = @CFLAGS@ -I$(top_srcdir)/src + + bin_PROGRAMS = test-poly-opts + |