pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/56488 CVS commit: pkgsrc/textproc/libunistring
The following reply was made to PR pkg/56488; it has been noted by GNATS.
From: "Nia Alarie" <nia%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/56488 CVS commit: pkgsrc/textproc/libunistring
Date: Fri, 12 Nov 2021 12:40:17 +0000
Module Name: pkgsrc
Committed By: nia
Date: Fri Nov 12 12:40:17 UTC 2021
Modified Files:
pkgsrc/textproc/libunistring: Makefile distinfo
Added Files:
pkgsrc/textproc/libunistring/patches: patch-lib_Makefile.in
patch-lib_stdbool.mini.h
Log Message:
libunistring: Test for c99 instead of testing for the compiler before
attempting to include stdbool.h. Solaris 10 has stdbool, but the compiler
defaults to c89 and an error will occur on stdbool inclusion due to the
specified standard not being recent enough.
PR pkg/56488
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/libunistring/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/libunistring/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/textproc/libunistring/patches/patch-lib_Makefile.in \
pkgsrc/textproc/libunistring/patches/patch-lib_stdbool.mini.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index