summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-11-15 16:22:08 +0000
committerwiz <wiz@pkgsrc.org>2021-11-15 16:22:08 +0000
commit47fe847c85edef6d344d7fbeb7b599d6da0d3fb3 (patch)
tree171bcd595c272cadc6b4a906f30dc479a7c8c220 /archivers
parentc26d032762187707f4e8772c6a274fd554ba576a (diff)
downloadpkgsrc-47fe847c85edef6d344d7fbeb7b599d6da0d3fb3.tar.gz
9e: remove patch removed from distinfo
Diffstat (limited to 'archivers')
-rw-r--r--archivers/9e/patches/patch-aa29
1 files changed, 0 insertions, 29 deletions
diff --git a/archivers/9e/patches/patch-aa b/archivers/9e/patches/patch-aa
deleted file mode 100644
index 13681c280da..00000000000
--- a/archivers/9e/patches/patch-aa
+++ /dev/null
@@ -1,29 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/11/18 13:36:20 cjep Exp $
-
---- 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