aboutsummaryrefslogtreecommitdiff
path: root/audio/speak_freely/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'audio/speak_freely/files/patch-ad')
-rw-r--r--audio/speak_freely/files/patch-ad74
1 files changed, 0 insertions, 74 deletions
diff --git a/audio/speak_freely/files/patch-ad b/audio/speak_freely/files/patch-ad
deleted file mode 100644
index 4abcc937427b..000000000000
--- a/audio/speak_freely/files/patch-ad
+++ /dev/null
@@ -1,74 +0,0 @@
-*** adpcm/Makefile.bak Fri Sep 1 14:58:19 1995
---- adpcm/Makefile Fri Oct 25 18:55:46 1996
-***************
-*** 1,7 ****
- #
- # Makefile for adpcm and test programs
- # -------------------
-! CFLAGS=-O -I..
- # May need this on a sun:
- #CFLAGS=-O -I/usr/demo/SOUND
-
---- 1,7 ----
- #
- # Makefile for adpcm and test programs
- # -------------------
-! CFLAGS+=-I..
- # May need this on a sun:
- #CFLAGS=-O -I/usr/demo/SOUND
-
-*** des/Makefile.bak Thu Nov 2 22:38:58 1995
---- des/Makefile Fri Oct 25 18:55:46 1996
-***************
-*** 1,4 ****
-! CFLAGS=-O
-
- all: des.o
-
---- 1,4 ----
-! #CFLAGS=-O
-
- all: des.o
-
-*** idea/Makefile.bak Wed Aug 2 22:39:19 1995
---- idea/Makefile Fri Oct 25 18:55:46 1996
-***************
-*** 6,13 ****
-
- # Compiler flags
-
-! CC = cc
-! CFLAGS = -O
-
- all: idea.o
-
---- 6,13 ----
-
- # Compiler flags
-
-! #CC = cc
-! #CFLAGS = -O
-
- all: idea.o
-
-*** libdes/Makefile.bak Wed Apr 17 23:49:33 1996
---- libdes/Makefile Fri Oct 25 18:55:46 1996
-***************
-*** 30,37 ****
-
- OPTS= $(OPTS0) $(OPTS1) $(OPTS2)
-
-! CC=cc
-! CFLAGS= -O $(OPTS) $(CFLAG)
-
- #CC=gcc
- #CFLAGS= -O3 -fomit-frame-pointer $(OPTS) $(CFLAG)
---- 30,37 ----
-
- OPTS= $(OPTS0) $(OPTS1) $(OPTS2)
-
-! #CC=cc
-! CFLAGS+= $(OPTS) $(CFLAG)
-
- #CC=gcc
- #CFLAGS= -O3 -fomit-frame-pointer $(OPTS) $(CFLAG)