Revision: 81275 http://trac.macports.org/changeset/81275 Author: dports@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"
participants (1)
-
dports@macports.org