pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/features HPUX 11.11, like IRIX, doesn't have standa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1f433101cae
branches:  trunk
changeset: 538921:e1f433101cae
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Feb 21 01:36:28 2008 +0000

description:
HPUX 11.11, like IRIX, doesn't have standards compliant (v)snprintf.

diffstat:

 mk/features/features-vars.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r dbfe1850d670 -r e1f433101cae mk/features/features-vars.mk
--- a/mk/features/features-vars.mk      Thu Feb 21 00:17:49 2008 +0000
+++ b/mk/features/features-vars.mk      Thu Feb 21 01:36:28 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: features-vars.mk,v 1.15 2008/01/14 23:06:26 tnn Exp $
+# $NetBSD: features-vars.mk,v 1.16 2008/02/21 01:36:28 tnn Exp $
 #
 # The platforms that are supported by pkgsrc differ in the amount of
 # functions they provide in the C library (libc). Functions that are
@@ -144,7 +144,7 @@
 
 .for _feature_ in snprintf vsnprintf
 .  if !empty(USE_FEATURES:M${_feature_})
-.    if ${OPSYS} == "IRIX"
+.    if ${OPSYS} == "IRIX" || !empty(MACHINE_PLATFORM:MHPUX-11.11-hppa)
 MISSING_FEATURES+=     ${_feature_}
 .    endif
 .  endif



Home | Main Index | Thread Index | Old Index