Revision
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

Diff

Modified: trunk/dports/x11/qt3/Portfile (81274 => 81275)


--- 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"