#
75438cce |
| 09-Apr-2022 |
Zone.N <Zone.Niuzh@hotmail.com> |
build/libgnuregex: fix build error on MacOS 11.6 x86_64
Change-Id: Ib7646acb866097b3d0e0fddbd0cf44999191c761 Reviewed-on: https://review.haiku-os.org/c/haiku/+/5193 Reviewed-by: Jérôme Duval <jerome
build/libgnuregex: fix build error on MacOS 11.6 x86_64
Change-Id: Ib7646acb866097b3d0e0fddbd0cf44999191c761 Reviewed-on: https://review.haiku-os.org/c/haiku/+/5193 Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
show more ...
|
#
b55c918f |
| 02-Feb-2014 |
Jonathan Schleifer <js@webkeks.org> |
Import gnuregex 0.12 and remove hardcoded paths
This is required on OS X and other systems which do not have the glibc extensions for regular expressions (FreeBSD is not one of them as it already in
Import gnuregex 0.12 and remove hardcoded paths
This is required on OS X and other systems which do not have the glibc extensions for regular expressions (FreeBSD is not one of them as it already includes gnuregex in /usr). With this there are no hardcoded non-standard paths for OS X anymore.
regex.c and regex.h are from the official gnuregex 0.12 distribution, the only modification is that I added __BEGIN_DECLS and __END_DECLS to regex.h.
show more ...
|