[136082] trunk/dports/gis/libkml/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon May 11 11:22:15 PDT 2015


Revision: 136082
          https://trac.macports.org/changeset/136082
Author:   ryandesign at macports.org
Date:     2015-05-11 11:22:15 -0700 (Mon, 11 May 2015)
Log Message:
-----------
libkml: build with MacPorts boost, because although libkml includes its own internal copy of boost, there doesn't seem to be a good way to tell it to use the internal copy if the MacPorts version is installed

Modified Paths:
--------------
    trunk/dports/gis/libkml/Portfile

Modified: trunk/dports/gis/libkml/Portfile
===================================================================
--- trunk/dports/gis/libkml/Portfile	2015-05-11 18:19:07 UTC (rev 136081)
+++ trunk/dports/gis/libkml/Portfile	2015-05-11 18:22:15 UTC (rev 136082)
@@ -33,6 +33,8 @@
 # configure flag to turn this off, but the examples are not installed.
 #depends_build-append    port:curl
 
+depends_build-append    port:boost
+
 depends_lib-append      port:expat \
                         port:uriparser \
                         port:zlib
@@ -56,8 +58,8 @@
 configure.args-append   --disable-dependency-tracking \
                         --disable-silent-rules \
                         --disable-swig \
-                        --with-liburiparser=${prefix} \
-                        --without-boost
+                        --with-boost=${prefix} \
+                        --with-liburiparser=${prefix}
 
 test.run                yes
 test.target             check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150511/009409b6/attachment.html>


More information about the macports-changes mailing list