blob: 09100d387207f7fd1919b02c32e22b400739e333 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ac,v 1.1 2007/03/16 20:22:16 rillig Exp $
--- pkg_adm.h.orig 2005-05-12 20:18:27.000000000 +0200
+++ pkg_adm.h 2007-03-16 21:02:16.000000000 +0100
@@ -43,7 +43,9 @@ extern void set_pkg_path(const char *);
/* this is where you may want to port to another port framework */
+#ifndef PKGTOOLS_PATH
#define PKGTOOLS_PATH "/usr/sbin"
+#endif
#ifndef MAKE
#define MAKE "/usr/bin/make"
#endif
|