[91826] trunk/dports/devel/ice33-cpp/Portfile

jmr at macports.org jmr at macports.org
Wed Apr 11 07:10:12 PDT 2012


Revision: 91826
          https://trac.macports.org/changeset/91826
Author:   jmr at macports.org
Date:     2012-04-11 07:10:12 -0700 (Wed, 11 Apr 2012)
Log Message:
-----------
ice33-cpp: don't attempt to link ${embedded_runpath_prefix} to ${prefix}

Modified Paths:
--------------
    trunk/dports/devel/ice33-cpp/Portfile

Modified: trunk/dports/devel/ice33-cpp/Portfile
===================================================================
--- trunk/dports/devel/ice33-cpp/Portfile	2012-04-11 14:06:11 UTC (rev 91825)
+++ trunk/dports/devel/ice33-cpp/Portfile	2012-04-11 14:10:12 UTC (rev 91826)
@@ -108,7 +108,11 @@
 use_configure   no
 
 build {
-        set cmd "cd ${workpath}/Ice-${version}/cpp && make prefix='${prefix}' embedded_runpath_prefix='${prefix}' CC='${configure.cc}' CXX='${configure.cxx}' OPTIMIZE='yes' BZIP2_HOME='${prefix}' DB_HOME='${prefix}' EXPAT_HOME='${prefix}' OPENSSL_HOME='${prefix}' READLINE_HOME='${prefix}' USE_READLINE=yes MCPP_HOME='${prefix}' LDPLATFORMFLAGS= all && cd doc && make"
+        set jobsargs ""
+        if {${build.jobs} > 1} {
+            set jobsargs " -j${build.jobs}"
+        }
+        set cmd "cd ${workpath}/Ice-${version}/cpp && make${jobsargs} prefix='${prefix}' embedded_runpath_prefix='${prefix}' CC='${configure.cc}' CXX='${configure.cxx}' OPTIMIZE='yes' BZIP2_HOME='${prefix}' DB_HOME='${prefix}' EXPAT_HOME='${prefix}' OPENSSL_HOME='${prefix}' READLINE_HOME='${prefix}' USE_READLINE=yes MCPP_HOME='${prefix}' LDPLATFORMFLAGS= all && cd doc && make${jobsargs}"
         ui_debug ${cmd}
         system ${cmd}
 }
@@ -120,6 +124,7 @@
 destroot.dir    ${worksrcpath}/cpp
 destroot.target prefix="${destroot}${prefix}" \
                 embedded_runpath_prefix="${prefix}" \
+                create_runpath_symlink=no \
                 OPTIMIZE="yes" \
                 BZIP2_HOME="${prefix}" \
                 DB_HOME="${prefix}" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120411/5ea0f131/attachment.html>


More information about the macports-changes mailing list