summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorchristos <christos>2012-05-26 14:27:55 +0000
committerchristos <christos>2012-05-26 14:27:55 +0000
commit85224c35783f93da7f9ea1ac0190c928f6ff315f (patch)
tree5af4765c564ff314027c990ccae0cbc155eea04e /misc
parent0ba0b7a615402b0e0840a19cf8869620998f0b3e (diff)
downloadpkgsrc-85224c35783f93da7f9ea1ac0190c928f6ff315f.tar.gz
forgot to add this one: our tar does not have --warning=
Diffstat (limited to 'misc')
-rw-r--r--misc/dpkg/patches/patch-aa16
1 files changed, 16 insertions, 0 deletions
diff --git a/misc/dpkg/patches/patch-aa b/misc/dpkg/patches/patch-aa
new file mode 100644
index 00000000000..b004033f4ed
--- /dev/null
+++ b/misc/dpkg/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.3 2012/05/26 14:27:55 christos Exp $
+
+--- lib/dpkg/dpkg.h.orig 2012-04-26 22:49:02.000000000 -0400
++++ lib/dpkg/dpkg.h 2012-05-26 10:21:27.000000000 -0400
+@@ -108,7 +108,11 @@
+ #define DPKG "dpkg"
+ #define DEBSIGVERIFY "/usr/bin/debsig-verify"
+
++#ifdef __NetBSD__
++#define TAR "gtar"
++#else
+ #define TAR "tar"
++#endif
+ #define RM "rm"
+ #define FIND "find"
+ #define DIFF "diff"