diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-12 11:12:02 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-12 11:12:02 +0000 |
commit | 9f6a6f0bb9ee85c1a1c46def94a1ee915c1d9f63 (patch) | |
tree | 7887715e72374992532a82f8ce626ec36b1a2db6 /mbone/speak_freely/files/patch-ad | |
parent | bdfda9025ba8053511516788dfd8d7ef65eef6ed (diff) |
Notes
Diffstat (limited to 'mbone/speak_freely/files/patch-ad')
-rw-r--r-- | mbone/speak_freely/files/patch-ad | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/mbone/speak_freely/files/patch-ad b/mbone/speak_freely/files/patch-ad index 9fcad35ba658..b0ebafecdf39 100644 --- a/mbone/speak_freely/files/patch-ad +++ b/mbone/speak_freely/files/patch-ad @@ -1,11 +1,11 @@ ---- adpcm/Makefile.orig Fri Dec 31 15:34:54 1999 -+++ adpcm/Makefile Fri Dec 31 15:35:09 1999 -@@ -1,7 +1,7 @@ - # +--- adpcm/Makefile.orig Sat Oct 13 15:00:05 2001 ++++ adpcm/Makefile Thu Dec 12 02:47:59 2002 +@@ -2,7 +2,7 @@ # Makefile for adpcm and test programs # ------------------- --CFLAGS=-O -I.. -+CFLAGS+= -I.. - # May need this on a sun: - #CFLAGS=-O -I/usr/demo/SOUND + +-CFLAGS = -I.. ++CFLAGS += -I.. + + all: adpcm-u.o |