1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/games/3dpong/files/patch-ab

12 lines
340 B
Plaintext
Raw Normal View History

--- 3dpong.c Mon Jan 26 20:33:47 1998
+++ /home/andy/tmp/wrk/3dpong.c Tue Mar 10 20:58:20 1998
@@ -1651,7 +1651,7 @@
if (use_sound == 1)
{
- sprintf(cmd, "/bin/cat sounds/%s.au > /dev/audio &", aufile);
+ sprintf(cmd, "/bin/cat " PREFIX "/share/3dpong/%s.au > /dev/audio &", aufile);
system(cmd);
}