pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ruby200-base Fix build problem on Mac OS X.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e798aeb5da5
branches:  trunk
changeset: 624735:7e798aeb5da5
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Sep 30 08:31:00 2013 +0000

description:
Fix build problem on Mac OS X.

No PKGREVISION bump since this fixes simply PLIST problem on Mac OS X.

diffstat:

 lang/ruby200-base/Makefile |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 67e712704abc -r 7e798aeb5da5 lang/ruby200-base/Makefile
--- a/lang/ruby200-base/Makefile        Mon Sep 30 06:24:09 2013 +0000
+++ b/lang/ruby200-base/Makefile        Mon Sep 30 08:31:00 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2013/09/30 03:15:45 taca Exp $
+# $NetBSD: Makefile,v 1.4 2013/09/30 08:31:00 taca Exp $
 #
 
 DISTNAME=      ${RUBY_DISTNAME}
@@ -83,6 +83,13 @@
 .endif
 
 #
+# Ruby 2.0 don't like Apple's builtin OpenSSL.
+#
+.if ${OPSYS} == "Darwin"
+USE_BUILTIN.openssl=   no
+.endif
+
+#
 # Win32 support (for Cygwin)
 #
 PLIST_VARS+=   win32



Home | Main Index | Thread Index | Old Index