Revision
139746
Author
ryandesign@macports.org
Date
2015-08-25 22:35:45 -0700 (Tue, 25 Aug 2015)

Log Message

boost: fix missing symbols in libboost_log_setup (#48711)

Modified Paths

Diff

Modified: trunk/dports/devel/boost/Portfile (139745 => 139746)


--- trunk/dports/devel/boost/Portfile	2015-08-26 05:15:22 UTC (rev 139745)
+++ trunk/dports/devel/boost/Portfile	2015-08-26 05:35:45 UTC (rev 139746)
@@ -7,6 +7,7 @@
 
 name            boost
 version         1.59.0
+revision        1
 license         Boost-1
 categories      devel
 platforms       darwin
@@ -44,7 +45,8 @@
 
 patchfiles      patch-tools-build-src-engine-build.sh.diff \
                 patch-tools-build-src-engine-build.jam.diff \
-                patch-apple-clang-no-libcxx.diff
+                patch-apple-clang-no-libcxx.diff \
+                patch-log-setup-link.diff
                 # patch-apple-clang-no-libcxx.diff fixes a clang configuration
                 # error that occurs on OS X 10.7 and 10.8 due to the assumption
                 # that if clang is the compiler in use it must be using libc++.