Index: Portfile
===================================================================
--- Portfile	(révision 57089)
+++ Portfile	(copie de travail)
@@ -62,6 +62,13 @@
 			reinplace "s|^Libs: |Libs: ${extralibs} |" $worksrcpath/apr-util.pc.in
 		}
 
+if {[variant_isset universal]} {
+	pre-build {
+		build.args	EXTRA_CFLAGS='${configure.universal_cflags}' \
+				EXTRA_LDFLAGS='${configure.universal_ldflags}'
+	}
+}
+
 variant postgresql84	description {Build with postgres support (using postgresql v8.4)} conflicts postgresql82 postgresql83 {
 				depends_lib-append port:postgresql84
 				configure.args-delete --without-pgsql
