qt3: run build phase as root, since the port runs ranlib on the
existing ${prefix}/lib/libqassistantclient.a in pre-build. See
#30397, #30340.
--- 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"