diff options
author | jklos <jklos@pkgsrc.org> | 2008-03-21 08:18:17 +0000 |
---|---|---|
committer | jklos <jklos@pkgsrc.org> | 2008-03-21 08:18:17 +0000 |
commit | 2ae724aeb28156b7926d2d2fbd0d076e264a2057 (patch) | |
tree | 5e5824a932c2c9a7e094188f972d2502fcc734c9 /pkgtools | |
parent | d16ba82d0a66209d682f903b230d09713fbcef96 (diff) | |
download | pkgsrc-2ae724aeb28156b7926d2d2fbd0d076e264a2057.tar.gz |
Fixes pkg/38250 and makes pkgsrc work on Darwin again. Thanks to
Christian Neukirchen.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/files/admin/config.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/files/admin/config.c b/pkgtools/pkg_install/files/admin/config.c index 4b1a670c74a..9ef26b13594 100644 --- a/pkgtools/pkg_install/files/admin/config.c +++ b/pkgtools/pkg_install/files/admin/config.c @@ -1,4 +1,4 @@ -/* $NetBSD: config.c,v 1.1 2008/03/13 16:35:30 joerg Exp $ */ +/* $NetBSD: config.c,v 1.2 2008/03/21 08:18:17 jklos Exp $ */ #if HAVE_CONFIG_H #include "config.h" @@ -8,7 +8,7 @@ #include <sys/cdefs.h> #endif #ifndef lint -__RCSID("$NetBSD: config.c,v 1.1 2008/03/13 16:35:30 joerg Exp $"); +__RCSID("$NetBSD: config.c,v 1.2 2008/03/21 08:18:17 jklos Exp $"); #endif /*- @@ -50,6 +50,7 @@ __RCSID("$NetBSD: config.c,v 1.1 2008/03/13 16:35:30 joerg Exp $"); #include "admin.h" #include "lib.h" +const char *gpg_cmd; const char *pkg_vulnerabilities_dir; const char *pkg_vulnerabilities_file; const char *pkg_vulnerabilities_url; |