[81275] trunk/dports/x11/qt3/Portfile

dports at macports.org dports at macports.org
Thu Jul 28 12:30:05 PDT 2011


Revision: 81275
          http://trac.macports.org/changeset/81275
Author:   dports at macports.org
Date:     2011-07-28 12:30:04 -0700 (Thu, 28 Jul 2011)
Log Message:
-----------
qt3: run build phase as root, since the port runs ranlib on the
existing ${prefix}/lib/libqassistantclient.a in pre-build. See
#30397, #30340.

Modified Paths:
--------------
    trunk/dports/x11/qt3/Portfile

Modified: trunk/dports/x11/qt3/Portfile
===================================================================
--- trunk/dports/x11/qt3/Portfile	2011-07-28 19:18:09 UTC (rev 81274)
+++ trunk/dports/x11/qt3/Portfile	2011-07-28 19:30:04 UTC (rev 81275)
@@ -144,6 +144,9 @@
     }
 }
 
+# The ranlib above requires the build phase to be run as root
+build.asroot       yes
+
 use_parallel_build  yes
 build {
     system "cd ${worksrcpath} && ./CompileScript.sh"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110728/3b8044ae/attachment.html>


More information about the macports-changes mailing list