pkgsrc-WIP-changes archive

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

vsearch: Use recommended path to bswap.h



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Thu May 9 10:31:13 2019 -0500
Changeset:	2f3e5592ea1c65ab107fa4e68692c064c01604e0

Modified Files:
	vsearch/distinfo
	vsearch/patches/patch-src_vsearch.h

Log Message:
vsearch: Use recommended path to bswap.h

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2f3e5592ea1c65ab107fa4e68692c064c01604e0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 vsearch/distinfo                    | 2 +-
 vsearch/patches/patch-src_vsearch.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/vsearch/distinfo b/vsearch/distinfo
index 87cc57a95f..9be34c98b8 100644
--- a/vsearch/distinfo
+++ b/vsearch/distinfo
@@ -5,4 +5,4 @@ RMD160 (vsearch-2.13.3.tar.gz) = d8f00a88449fb827878b7e301f9127799ce3d43c
 SHA512 (vsearch-2.13.3.tar.gz) = a3c539d60ed6db8bdb964a1aee18e79a6b8ed397dc01d47aad873019a8f123ed8892b08536dfd5f785f8d327fee75d42b4a744f354f5c6e3bb03d0bf10f054e5
 Size (vsearch-2.13.3.tar.gz) = 233846 bytes
 SHA1 (patch-src_city.cc) = 3a5bcbca0a0c733a32a9d152189de10df3cb515f
-SHA1 (patch-src_vsearch.h) = 4bcf57815f6d3f1e29d712328854851f742411b4
+SHA1 (patch-src_vsearch.h) = 26b8dc6ce0448e7463ee1c3ff73747ad07286543
diff --git a/vsearch/patches/patch-src_vsearch.h b/vsearch/patches/patch-src_vsearch.h
index a38442edab..0ee651eca7 100644
--- a/vsearch/patches/patch-src_vsearch.h
+++ b/vsearch/patches/patch-src_vsearch.h
@@ -50,7 +50,7 @@ $NetBSD$
 +#define PROG_OS "netbsd"
 +#include <sys/resource.h>
 +#include <sys/types.h>
-+#include <sys/bswap.h>
++#include <machine/bswap.h>
 +#define bswap_16(x) bswap16(x)
 +#define bswap_32(x) bswap32(x)
 +#define bswap_64(x) bswap64(x)


Home | Main Index | Thread Index | Old Index