72ddf7d5d7
- Rename the patches to make them less confusing - Add a hack to replace all %%LOCALBASE%% to ${LOCALBASE} PR: 140233 Submitted by: Chris Petrik <chris@officialunix.com> (maintainer)
14 lines
234 B
Text
14 lines
234 B
Text
--- sndserv/Makefile.orig Sun Feb 6 16:36:56 2000
|
|
+++ sndserv/Makefile Sun Feb 6 16:37:13 2000
|
|
@@ -6,8 +6,9 @@
|
|
#
|
|
#
|
|
|
|
-CC=gcc
|
|
-CFLAGS=-O -DNORMALUNIX -DLINUX
|
|
+CC?=gcc
|
|
+CFLAGS?=-O
|
|
+CFLAGS+=-DNORMALUNIX -DLINUX
|
|
LDFLAGS=
|
|
LIBS=-lm
|
|
|