[22334] trunk/dports/devel/subversion-rubybindings/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 26 08:50:09 PST 2007


Revision: 22334
          http://trac.macosforge.org/projects/macports/changeset/22334
Author:   blair at macports.org
Date:     2007-02-26 08:50:09 -0800 (Mon, 26 Feb 2007)

Log Message:
-----------
Fix the build on 10.3 where --disable-keychain needs to be passed 
to configure, otherwise the build breaks. 

Modified Paths:
--------------
    trunk/dports/devel/subversion-rubybindings/Portfile

Modified: trunk/dports/devel/subversion-rubybindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-rubybindings/Portfile	2007-02-26 16:49:55 UTC (rev 22333)
+++ trunk/dports/devel/subversion-rubybindings/Portfile	2007-02-26 16:50:09 UTC (rev 22334)
@@ -73,3 +73,8 @@
 		file delete "${destroot}/${prefix}/lib/libsvn_subr-1.dylib"
 		file delete "${destroot}/${prefix}/lib/libsvn_subr-1.la"
         }
+
+# 10.3 says -> CarbonCore/MacTypes.h: No such file or directory
+platform darwin 7 {		configure.args-append \
+					--disable-keychain
+				}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070226/349928fc/attachment.html


More information about the macports-changes mailing list