diff options
author | christos <christos@pkgsrc.org> | 2012-05-26 14:27:55 +0000 |
---|---|---|
committer | christos <christos@pkgsrc.org> | 2012-05-26 14:27:55 +0000 |
commit | d857d6c6b32e479a588c09ccbcef2e1701aac16f (patch) | |
tree | 5af4765c564ff314027c990ccae0cbc155eea04e /misc | |
parent | 99e3c32bf2f2beb3e3f5d756ce59d55aa6a9139c (diff) | |
download | pkgsrc-d857d6c6b32e479a588c09ccbcef2e1701aac16f.tar.gz |
forgot to add this one: our tar does not have --warning=
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dpkg/patches/patch-aa | 16 |
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" |