summaryrefslogtreecommitdiff
path: root/misc/dpkg/patches/patch-aa
blob: b004033f4ed45c9633542d436110db1d4308f789 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"