freebsd-ports/games/heretic/files/patch-aj
Jim Mock 58112ce8d5 * Assign maintainership to Oliver Lehmann <lehmann@ans-netz.de>.
* Enable sound
* Enable build for SDL version (the default is X11)

PR:		33814
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>
2002-01-14 07:13:33 +00:00

10 lines
255 B
Text

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