diff options
Diffstat (limited to 'audio/speak_freely/files/patch-ah')
-rw-r--r-- | audio/speak_freely/files/patch-ah | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/speak_freely/files/patch-ah b/audio/speak_freely/files/patch-ah new file mode 100644 index 0000000..48e6d2a --- /dev/null +++ b/audio/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 + |