[141188] trunk/dports/science/root6/Portfile

mojca at macports.org mojca at macports.org
Mon Oct 12 01:06:29 PDT 2015


Revision: 141188
          https://trac.macports.org/changeset/141188
Author:   mojca at macports.org
Date:     2015-10-12 01:06:29 -0700 (Mon, 12 Oct 2015)
Log Message:
-----------
root6: fix a build (wrong linking)

Modified Paths:
--------------
    trunk/dports/science/root6/Portfile

Modified: trunk/dports/science/root6/Portfile
===================================================================
--- trunk/dports/science/root6/Portfile	2015-10-12 06:45:33 UTC (rev 141187)
+++ trunk/dports/science/root6/Portfile	2015-10-12 08:06:29 UTC (rev 141188)
@@ -13,6 +13,7 @@
 #github.setup       root-mirror root <sha>
 github.setup        root-mirror root 6-04-04 v
 version             6.04.04
+revision            1
 
 # this could be a better way to set the version (unless we use a sha sum for the git tag ;)
 # version           [string map {- .} $version]
@@ -72,6 +73,7 @@
                     -Drpath=ON \
                     -DCMAKE_INSTALL_PREFIX="${install_prefix}" \
                     -DCMAKE_INSTALL_SYSCONFDIR="${install_prefix}/etc/root" \
+                    -DCMAKE_INSTALL_NAME_DIR="${install_prefix}/lib/root" \
                     -Dfortran=OFF \
                     -Dbuiltin_freetype=ON \
                     -Dbuiltin_glew=OFF \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151012/e1f6574b/attachment.html>


More information about the macports-changes mailing list