pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/features Depend on nbcompat for getopt_long on OSF1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/593d0eb33fda
branches:  trunk
changeset: 542756:593d0eb33fda
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon May 26 17:48:27 2008 +0000

description:
Depend on nbcompat for getopt_long on OSF1.
XXX bandaid to get groff to build, will be fixed differently with the
(still vaporware) new features framework ...

diffstat:

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

diffs (18 lines):

diff -r bd5f4c8781fe -r 593d0eb33fda mk/features/features-vars.mk
--- a/mk/features/features-vars.mk      Mon May 26 17:24:27 2008 +0000
+++ b/mk/features/features-vars.mk      Mon May 26 17:48:27 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: features-vars.mk,v 1.17 2008/02/21 14:08:48 tnn Exp $
+# $NetBSD: features-vars.mk,v 1.18 2008/05/26 17:48:27 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
@@ -104,7 +104,7 @@
 
 .for _feature_ in getopt_long
 .  if !empty(USE_FEATURES:M${_feature_})
-.    if !exists(/usr/include/getopt.h) || ${OPSYS} == "IRIX"
+.    if !exists(/usr/include/getopt.h) || ${OPSYS} == "IRIX" || ${OPSYS} == "OSF1"
 MISSING_FEATURES+=     ${_feature_}
 .    endif
 .  endif



Home | Main Index | Thread Index | Old Index