1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/games/3dpong/files/patch-ab
Matthew Hunt 7701e49637 Import of 3dpong v0.3, a three-dimensional pong game for X11.
PR:		5973
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-04-27 03:51:05 +00:00

12 lines
340 B
Plaintext

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