pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/ruby18-base DragonFly 1.8.0 has a broken getucont...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a05c42a89f7d
branches: trunk
changeset: 529746:a05c42a89f7d
user: joerg <joerg%pkgsrc.org@localhost>
date: Sun Jun 10 04:30:29 2007 +0000
description:
DragonFly 1.8.0 has a broken getucontext, so forcefully disable it.
diffstat:
lang/ruby18-base/Makefile | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r 4b3337dc5613 -r a05c42a89f7d lang/ruby18-base/Makefile
--- a/lang/ruby18-base/Makefile Sun Jun 10 00:38:09 2007 +0000
+++ b/lang/ruby18-base/Makefile Sun Jun 10 04:30:29 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2007/05/30 22:01:54 rillig Exp $
+# $NetBSD: Makefile,v 1.34 2007/06/10 04:30:29 joerg Exp $
#
DISTNAME= ${RUBY_DISTNAME}
@@ -54,6 +54,13 @@
.endif
#
+# Work around for getucontext(3)
+#
+.if ${OPSYS} == "DragonFly" && ${OS_VERSION} == "1.8.0"
+CONFIGURE_ENV+= ac_cv_header_ucontext_h=no
+.endif
+
+#
# work around for getaddrinfo(3)
#
.if ${OPSYS} == "Linux" || ${OPSYS} == "SunOS"
Home |
Main Index |
Thread Index |
Old Index