Revision
94841
Author
pixilla@macports.org
Date
2012-07-01 11:43:36 -0700 (Sun, 01 Jul 2012)

Log Message

databases/mariadb:
- Taking advantage of maintainer timeout.
- Use autoreconf to fix clang builds. Closes #32674

Modified Paths

Diff

Modified: trunk/dports/databases/mariadb/Portfile (94840 => 94841)


--- trunk/dports/databases/mariadb/Portfile	2012-07-01 18:23:44 UTC (rev 94840)
+++ trunk/dports/databases/mariadb/Portfile	2012-07-01 18:43:36 UTC (rev 94841)
@@ -6,7 +6,7 @@
 name                    mariadb
 conflicts               mysql5-devel mysql5 mysql4
 version                 5.2.9
-revision                1
+revision                2
 categories              databases
 platforms               darwin
 license                 GPL-2
@@ -57,6 +57,10 @@
 
 patchfiles                patch-Makefile.in.diff
 
+# Reconf to fix building with clang.
+depends_build             port:autoconf
+use_autoreconf            yes
+
 configure.args \
     --mandir=${prefix}/share/man \
     --infodir=${prefix}/share/info \