[56932] trunk/dports/mail/lbdb/Portfile

toby at macports.org toby at macports.org
Thu Sep 3 10:05:36 PDT 2009


Revision: 56932
          http://trac.macports.org/changeset/56932
Author:   toby at macports.org
Date:     2009-09-03 10:05:35 -0700 (Thu, 03 Sep 2009)
Log Message:
-----------
#21051 (lbdb 0.36 fails to build on Snow Leopard (Jam is deprecated and has been removed))

Modified Paths:
--------------
    trunk/dports/mail/lbdb/Portfile

Modified: trunk/dports/mail/lbdb/Portfile
===================================================================
--- trunk/dports/mail/lbdb/Portfile	2009-09-03 17:04:28 UTC (rev 56931)
+++ trunk/dports/mail/lbdb/Portfile	2009-09-03 17:05:35 UTC (rev 56932)
@@ -19,11 +19,10 @@
 distname      ${name}_${version}
 worksrcdir    ${name}-${version}
 
-#platform darwin 8 {
-#  if { $xcodeversion == "2.1" } {
-#     patchfiles Makefile.in.patch
-#  }
-#}
+# The m_osx_addressbook module's Xcode project is too old. (#21051)
+platform darwin 10 {
+    configure.args-append ac_cv_path_XCODEBUILD=no ac_cv_path_PBXBUILD=no
+}
 
 configure.dir ${workpath}/${name}-${version}
 configure.args	--sysconfdir=${prefix}/etc/ --libdir=${prefix}/lib/lbdb/ \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090903/8a5a4732/attachment.html>


More information about the macports-changes mailing list