pkgsrc-WIP-changes archive

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

htslib: Properly document patch-htslib_ksort.h



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Thu May 25 08:58:34 2017 -0500
Changeset:	94f470295f655f38d1a8de1a1182474b82aaca6e

Modified Files:
	htslib/patches/patch-htslib_ksort.h

Log Message:
htslib: Properly document patch-htslib_ksort.h

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

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

diffstat:
 htslib/patches/patch-htslib_ksort.h | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/htslib/patches/patch-htslib_ksort.h b/htslib/patches/patch-htslib_ksort.h
index 00c4621208..61f3bf2a44 100644
--- a/htslib/patches/patch-htslib_ksort.h
+++ b/htslib/patches/patch-htslib_ksort.h
@@ -1,5 +1,7 @@
 $NetBSD$
 
+# NetBSD expands uintXX_t to __unitXX_t, causing undefined refs.
+# See comments in patch below.
 --- htslib/ksort.h.orig	2017-05-19 15:11:35.000000000 +0000
 +++ htslib/ksort.h
 @@ -63,6 +63,7 @@


Home | Main Index | Thread Index | Old Index