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-af | |
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-af')
-rw-r--r-- | games/xracer/files/patch-af | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/games/xracer/files/patch-af b/games/xracer/files/patch-af new file mode 100644 index 000000000000..11558bdd36e0 --- /dev/null +++ b/games/xracer/files/patch-af @@ -0,0 +1,16 @@ +--- src/sound/generic.c.orig Sun Sep 12 22:16:25 1999 ++++ src/sound/generic.c Thu Aug 10 03:18:34 2000 +@@ -37,11 +37,11 @@ + int + os_sound_enable () + { +- return fd; ++ return -1; + } + + int + os_sound_disable () + { +- return fd; ++ return -1; + } |