diff options
author | R. Imura <imura@FreeBSD.org> | 2000-01-14 18:36:37 +0000 |
---|---|---|
committer | R. Imura <imura@FreeBSD.org> | 2000-01-14 18:36:37 +0000 |
commit | 49fcbda03e0ab80e8cd2a8ac4fd8b017ca0e75fa (patch) | |
tree | 140dbff2938a9aecd74d6dcc23365796d7cd7519 /mbone/speak_freely/files/patch-ah | |
parent | 4f0e0d2ab8a424551700158d4760f1da45f9438e (diff) |
Notes
Diffstat (limited to 'mbone/speak_freely/files/patch-ah')
-rw-r--r-- | mbone/speak_freely/files/patch-ah | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mbone/speak_freely/files/patch-ah b/mbone/speak_freely/files/patch-ah new file mode 100644 index 000000000000..48e6d2a4b513 --- /dev/null +++ b/mbone/speak_freely/files/patch-ah @@ -0,0 +1,11 @@ +--- idea/Makefile.orig Wed Jan 5 20:20:55 2000 ++++ idea/Makefile Wed Jan 5 20:21:08 2000 +@@ -7,7 +7,7 @@ + # Compiler flags + + CC = cc +-CFLAGS = -O ++CFLAGS = $(OPTFLAGS) + + all: idea.a + |