pkgsrc-Bugs archive

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

Re: pkg/48934: sysutils/hal fails to build on NetBSD 5.2 because of missing POSIX string.h function



The following reply was made to PR pkg/48934; it has been noted by GNATS.

From: David H.Gutteridge <dhgutteridge%sympatico.ca@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/48934: sysutils/hal fails to build on NetBSD 5.2 because of 
missing POSIX string.h function
Date: Sat, 21 Jun 2014 06:32:49 -0400

 On 2014-06-21, at 6:23 AM, David H. Gutteridge wrote:
 > So it's the addition of the bare __OpenBSD__ that's the problem,
 > since it will evaluate to false and negate the whole line.
 
 Perhaps this amendment instead?
 
 -+#if __FreeBSD_version < 800067 && __DragonFly_version < 200202 && =
 __NetBSD_Version__ < 599001100 && =
 __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 1070 && __OpenBSD__
 ++#if (__FreeBSD_version < 800067 && __DragonFly_version < 200202 && =
 __NetBSD_Version__ < 599001100 && =
 __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 1070) || =
 defined(__OpenBSD__)
 
 Dave=
 


Home | Main Index | Thread Index | Old Index