Revision
110466
Author
jeremyhu@macports.org
Date
2013-08-31 01:11:37 -0700 (Sat, 31 Aug 2013)

Log Message

xapian-core: Explicitly don't delete .la files

Modified Paths

Diff

Modified: trunk/dports/devel/xapian-core/Portfile (110465 => 110466)


--- trunk/dports/devel/xapian-core/Portfile	2013-08-31 08:10:02 UTC (rev 110465)
+++ trunk/dports/devel/xapian-core/Portfile	2013-08-31 08:11:37 UTC (rev 110466)
@@ -5,6 +5,7 @@
 
 name                xapian-core
 version             1.2.8
+revision            1
 categories          devel
 maintainers         gmail.com:dcolish
 description         Xapian search library
@@ -21,4 +22,9 @@
 checksums           rmd160  f6a88984e553cbf6c56c339bcb61a68c45e905ed \
                     sha256  00411ebac66a5592b87fc57ccfeb234c84b929ed23c185befb5df9929df3d4f9
 
+# TODO: Fix xapian-config to not require the .la file
+# /opt/local/bin/xapian-config --ltlibs --cxxflags
+# /opt/local/bin/xapian-config: Can't find libxapian.la to link against.
+destroot.delete_la_files no
+
 depends_lib         port:zlib