58112ce8d5
* Enable sound * Enable build for SDL version (the default is X11) PR: 33814 Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
10 lines
255 B
Text
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
|
|
|