mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
111ed17a0b
PR: 14838 Submitted by: Thomas V. Crimi <tcrimi@procida.res.cmu.edu>
12 lines
265 B
Plaintext
12 lines
265 B
Plaintext
--- adpcm/Makefile.orig Fri Dec 31 15:34:54 1999
|
|
+++ adpcm/Makefile Fri Dec 31 15:35:09 1999
|
|
@@ -1,7 +1,7 @@
|
|
#
|
|
# Makefile for adpcm and test programs
|
|
# -------------------
|
|
-CFLAGS=-O -I..
|
|
+CFLAGS+= -I..
|
|
# May need this on a sun:
|
|
#CFLAGS=-O -I/usr/demo/SOUND
|
|
|