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

kimuraw at macports.org kimuraw at macports.org
Fri Nov 7 05:34:38 PST 2008


Revision: 41612
          http://trac.macports.org/changeset/41612
Author:   kimuraw at macports.org
Date:     2008-11-07 05:34:36 -0800 (Fri, 07 Nov 2008)
Log Message:
-----------
lang/ruby: fix build failure from an old `autoconf' on Panther.

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

Modified: trunk/dports/lang/ruby/Portfile
===================================================================
--- trunk/dports/lang/ruby/Portfile	2008-11-07 11:35:36 UTC (rev 41611)
+++ trunk/dports/lang/ruby/Portfile	2008-11-07 13:34:36 UTC (rev 41612)
@@ -51,7 +51,6 @@
 # http://chopine.be/lrz/ruby-osx-patches/ignore-gsetcontext.diff
 patchfiles-append patch-node.h.diff
 
-use_autoconf	yes
 use_parallel_build      yes
 
 configure.args	--enable-shared \
@@ -86,6 +85,8 @@
 platform darwin 7 {
 	# pthreads is being called with an unavailable function call
 	configure.args-delete	--enable-pthread
+	# /usr/bin/autoconf is too old to regenerate configure, requires >= 2.58
+	depends_build	port:autoconf
 }
 
 variant tk conflicts mactk description "enable tk support" {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081107/fc79165d/attachment.html>


More information about the macports-changes mailing list