summaryrefslogtreecommitdiff
path: root/misc/rpm/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'misc/rpm/patches/patch-af')
-rw-r--r--misc/rpm/patches/patch-af27
1 files changed, 0 insertions, 27 deletions
diff --git a/misc/rpm/patches/patch-af b/misc/rpm/patches/patch-af
deleted file mode 100644
index a415b89fc49..00000000000
--- a/misc/rpm/patches/patch-af
+++ /dev/null
@@ -1,27 +0,0 @@
-$NetBSD: patch-af,v 1.7 1998/10/13 14:28:01 agc Exp $
-
---- tools/Makefile.in.orig Wed May 27 16:49:44 1998
-+++ tools/Makefile.in Wed Jul 29 12:46:56 1998
-@@ -2,10 +2,10 @@
- VPATH = @srcdir@
- top_srcdir = @top_srcdir@
-
--include ../Makefile.inc
-+.include "../Makefile.inc"
-
- PROGS = rpmlead rpmheader rpmarchive rpmsignature dump dumpdb
--LOADLIBES = @LIBS@ @LIBMISC@ @LIBINTL@
-+LDLIBS = @LIBS@ -lrpm @LIBMISC@ @LIBINTL@
-
- TARGET=everything
-
-@@ -26,6 +26,6 @@
-
- $(PROGS): ../lib/librpm.a
-
--ifeq (.depend,$(wildcard .depend))
--include .depend
--endif
-+.if exists(.depend)
-+.include ".depend"
-+.endif