pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files/lib Undef bootstrap hack.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b35342d16e23
branches:  trunk
changeset: 365427:b35342d16e23
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jul 16 16:51:48 2017 +0000

description:
Undef bootstrap hack.

diffstat:

 pkgtools/pkg_install/files/lib/pkg_io.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 32059d39460c -r b35342d16e23 pkgtools/pkg_install/files/lib/pkg_io.c
--- a/pkgtools/pkg_install/files/lib/pkg_io.c   Sun Jul 16 16:36:09 2017 +0000
+++ b/pkgtools/pkg_install/files/lib/pkg_io.c   Sun Jul 16 16:51:48 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pkg_io.c,v 1.12 2017/04/19 21:42:50 joerg Exp $        */
+/*     $NetBSD: pkg_io.c,v 1.13 2017/07/16 16:51:48 joerg Exp $        */
 /*-
  * Copyright (c) 2008, 2009 Joerg Sonnenberger <joerg%NetBSD.org@localhost>.
  * All rights reserved.
@@ -36,7 +36,7 @@
 #include <sys/cdefs.h>
 #endif
 
-__RCSID("$NetBSD: pkg_io.c,v 1.12 2017/04/19 21:42:50 joerg Exp $");
+__RCSID("$NetBSD: pkg_io.c,v 1.13 2017/07/16 16:51:48 joerg Exp $");
 
 #include <archive.h>
 #include <archive_entry.h>
@@ -49,6 +49,7 @@
 #include <stdlib.h>
 
 #ifdef BOOTSTRAP
+#undef IS_URL
 #define IS_URL(x) 0
 #else
 #include <fetch.h>



Home | Main Index | Thread Index | Old Index