summaryrefslogtreecommitdiff
path: root/misc/dpkg/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'misc/dpkg/patches/patch-aa')
-rw-r--r--misc/dpkg/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/misc/dpkg/patches/patch-aa b/misc/dpkg/patches/patch-aa
deleted file mode 100644
index 1677263113b..00000000000
--- a/misc/dpkg/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/10/29 17:26:18 erh Exp $
-
---- lib/Makefile.in.orig 2004-10-27 09:06:43.000000000 +0000
-+++ lib/Makefile.in 2004-10-29 16:42:38.000000000 +0000
-@@ -20,7 +20,7 @@
- all:: libdpkg.a
-
- libdpkg.a: $(OBJECTS)
-- $(AR) r $@ $^
-+ $(AR) r $@ $(OBJECTS) ../optlib/getopt.o ../optlib/getopt1.o ../optlib/long-options.o ../optlib/closeout.o ../optlib/obstack.o
- $(RANLIB) $@
-
- .PHONY: install