[34556] trunk/dports/lang/ruby/Portfile

pguyot at kallisys.net pguyot at kallisys.net
Wed Feb 27 23:34:57 PST 2008


Revision: 34556
          http://trac.macosforge.org/projects/macports/changeset/34556
Author:   pguyot at kallisys.net
Date:     2008-02-27 23:34:56 -0800 (Wed, 27 Feb 2008)

Log Message:
-----------
lang/ruby: add support for 10.3 (untested)

Modified Paths:
--------------
    trunk/dports/lang/ruby/Portfile

Modified: trunk/dports/lang/ruby/Portfile
===================================================================
--- trunk/dports/lang/ruby/Portfile	2008-02-28 07:24:30 UTC (rev 34555)
+++ trunk/dports/lang/ruby/Portfile	2008-02-28 07:34:56 UTC (rev 34556)
@@ -68,6 +68,11 @@
 	destroot.env	DYLD_LIBRARY_PATH=${destroot}${prefix}/lib
 }
 
+platform darwin 7 {
+	# pthreads is being called with an unavailable function call
+	configure.args-delete	--enable-pthread
+}
+
 platform darwin 9 {
 	patchfiles-append      	dot-darwin.diff \
 							etc-irbrc.diff \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080227/3581dba1/attachment-0001.html 


More information about the macports-changes mailing list