summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_select/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/pkg_select/patches/patch-ac')
-rw-r--r--pkgtools/pkg_select/patches/patch-ac14
1 files changed, 14 insertions, 0 deletions
diff --git a/pkgtools/pkg_select/patches/patch-ac b/pkgtools/pkg_select/patches/patch-ac
new file mode 100644
index 00000000000..09100d38720
--- /dev/null
+++ b/pkgtools/pkg_select/patches/patch-ac
@@ -0,0 +1,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