diff options
author | Jim Mock <jim@FreeBSD.org> | 2002-01-14 07:13:33 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2002-01-14 07:13:33 +0000 |
commit | 58112ce8d5c881bd5bf0d3e8bc062ef692b07c24 (patch) | |
tree | 98b46d6d1d594acd7b7b5eb99280e65c08beda08 /games/heretic/files/patch-aj | |
parent | b19c41597fd2a1cd2ca6bbbe5013097ce506f519 (diff) |
Notes
Diffstat (limited to 'games/heretic/files/patch-aj')
-rw-r--r-- | games/heretic/files/patch-aj | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/heretic/files/patch-aj b/games/heretic/files/patch-aj new file mode 100644 index 000000000000..7bd6689d4292 --- /dev/null +++ b/games/heretic/files/patch-aj @@ -0,0 +1,10 @@ +--- sndserv/Makefile.orig Sat Oct 23 11:02:21 1999 ++++ sndserv/Makefile Thu Jan 10 19:34:23 2002 +@@ -1,6 +1,6 @@ + CC = gcc + +-CFLAGS= -Wall -Wstrict-prototypes $(COPT.arch) ++CFLAGS= -Wall -Wstrict-prototypes $(COPT.arch) -I/usr/include/sys + + LIBS= -lm + |