pkgsrc/misc/dpkg/patches/patch-aa

16 lines
406 B
Text

$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"