aboutsummaryrefslogtreecommitdiff
path: root/archivers/9e/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/9e/files/patch-aa')
-rw-r--r--archivers/9e/files/patch-aa27
1 files changed, 27 insertions, 0 deletions
diff --git a/archivers/9e/files/patch-aa b/archivers/9e/files/patch-aa
new file mode 100644
index 000000000000..9ad57eedccf3
--- /dev/null
+++ b/archivers/9e/files/patch-aa
@@ -0,0 +1,27 @@
+--- Makefile.orig Thu Jun 22 18:59:41 2000
++++ Makefile Thu Jun 22 19:04:02 2000
+@@ -1,14 +1,9 @@
+ # Makefile for 9e
+
+-CC = gcc
+-
+-CFLAGS = -g3 -ggdb
++CFLAGS = -O
+
+ .PHONY: all clean distclean
+
+-LIBS = -lefence
+-
+-HDRS = 9a.h
+ SRCS = 9e.c
+ OBJS = 9e.o
+
+@@ -17,7 +12,7 @@
+ all: $(BINARIES)
+
+ 9e: $(OBJS)
+- $(CC) -o 9e 9e.o $(LIBS)
++ $(CC) -o 9e 9e.o
+
+ clean:
+ rm -f *.o *~ a.out