Revision
79805
Author
jeremyhu@macports.org
Date
2011-06-26 10:22:38 -0700 (Sun, 26 Jun 2011)

Log Message

policykit-gnome: autoreconf to fix a build failure on darwin11

Modified Paths

Diff

Modified: trunk/dports/gnome/policykit-gnome/Portfile (79804 => 79805)


--- trunk/dports/gnome/policykit-gnome/Portfile	2011-06-26 17:15:53 UTC (rev 79804)
+++ trunk/dports/gnome/policykit-gnome/Portfile	2011-06-26 17:22:38 UTC (rev 79805)
@@ -35,6 +35,11 @@
         depends_build-append  port:gtk-doc
 }
 
+# A buggy glibtool was used to build the 0.101 package causing build failures
+# on darwin11
+use_autoreconf yes
+autoreconf.args -fvi
+
 livecheck.type  regex
 livecheck.url   ${master_sites}
 livecheck.regex "polkit-gnome-(\\d+(?:\\.\\d+)*)${extract.suffix}"