[112615] trunk/dports/science/htcondor/Portfile

aronnax at macports.org aronnax at macports.org
Sun Oct 27 21:31:15 PDT 2013


Revision: 112615
          https://trac.macports.org/changeset/112615
Author:   aronnax at macports.org
Date:     2013-10-27 21:31:14 -0700 (Sun, 27 Oct 2013)
Log Message:
-----------
htcondor: fix build on Lion

This should fix the error message:
ar: -lc++: No such file or directory

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

Modified: trunk/dports/science/htcondor/Portfile
===================================================================
--- trunk/dports/science/htcondor/Portfile	2013-10-28 04:17:39 UTC (rev 112614)
+++ trunk/dports/science/htcondor/Portfile	2013-10-28 04:31:14 UTC (rev 112615)
@@ -103,7 +103,7 @@
 patchfiles-append       patch-doc-makeman-makeman.C.diff
 
 # ar: -lc++: No such file or directory
-if {${os.major} >= 12} {
+if {${os.major} >= 11} {
     patchfiles-append   patch-build-cmake-CondorConfigure.cmake.diff
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131027/ee18e16a/attachment.html>


More information about the macports-changes mailing list