fa022bb0af
Actually work with the supplied WAD file One file-to-patch per patchfile Remove strange 'post-patch' substitute X11_BASE phase Fix numerous coredumps Add a '-h' usage Handle the sndserver dying Make it work on little endian systems Add a '-volume X' flag, and skip all sound code if 0 Other cleanup in some of the more repellant code areas.
16 lines
292 B
Text
16 lines
292 B
Text
$NetBSD: patch-ax,v 1.1 2000/02/03 16:01:16 abs Exp $
|
|
|
|
--- sndserv/Makefile.orig Mon Dec 22 21:17:10 1997
|
|
+++ sndserv/Makefile Thu Feb 3 01:34:04 2000
|
|
@@ -7,9 +7,9 @@
|
|
#
|
|
|
|
CC=gcc
|
|
-CFLAGS=-O -DNORMALUNIX -DLINUX
|
|
+CFLAGS=-O2 -DNORMALUNIX
|
|
LDFLAGS=
|
|
-LIBS=-lm
|
|
+LIBS=-lm -lossaudio
|
|
|
|
O=linux
|
|
|