1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/games/xracer/files/patch-af
Ade Lovett 489e7d8a7d Support CC/CFLAGS/LOCALBASE/X11BASE properly
Change location of data files from lib/ to share/

PR:		21613
Submitted by:	Ports Fury
2000-10-13 20:25:47 +00:00

17 lines
244 B
Plaintext

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