[76475] trunk/dports/devel/caml-sqlite3/Portfile
mww at macports.org
mww at macports.org
Thu Feb 24 13:20:17 PST 2011
Revision: 76475
http://trac.macports.org/changeset/76475
Author: mww at macports.org
Date: 2011-02-24 13:20:15 -0800 (Thu, 24 Feb 2011)
Log Message:
-----------
version 1.5.9 (#23040)
Modified Paths:
--------------
trunk/dports/devel/caml-sqlite3/Portfile
Modified: trunk/dports/devel/caml-sqlite3/Portfile
===================================================================
--- trunk/dports/devel/caml-sqlite3/Portfile 2011-02-24 21:08:36 UTC (rev 76474)
+++ trunk/dports/devel/caml-sqlite3/Portfile 2011-02-24 21:20:15 UTC (rev 76475)
@@ -3,7 +3,7 @@
PortSystem 1.0
name caml-sqlite3
-version 1.5.8
+version 1.5.9
categories devel ml databases
maintainers landonf stechert openmaintainer
description OCaml bindings for SQLite 3
@@ -15,8 +15,8 @@
distname ocaml-sqlite3-${version}
-checksums sha1 2100e5ff4350d9be8a10aee2bd36e0f55e6fd9da \
- rmd160 f85159d95f9a54093192558962fd7c3b9f835f9e
+checksums sha1 e92f3d352a145389af7acaedc3cc001a63764bba \
+ rmd160 9c9ea73c66ba8d12a72bb727cbe5070364d44fb6
depends_lib port:ocaml \
port:caml-findlib \
@@ -27,6 +27,13 @@
patchfiles patch-Makefile.in
+# ocamlmklib does not hanle the -arch flag
+if {[info exists build_arch] && ${os.platform} == "darwin"} {
+ configure.cc_archflags
+ configure.ld_archflags
+ configure.pre_args-append --build=${build_arch}-apple-darwin${os.major}
+}
+
configure.args --with-sqlite3=${prefix}
use_parallel_build no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110224/d9570dda/attachment.html>
More information about the macports-changes
mailing list