--- libvorbis-orig	2007-06-04 10:33:51.000000000 -0500
+++ libvorbis-Portfile	2007-05-10 17:44:00.000000000 -0500
@@ -17,3 +17,8 @@
 checksums        sha1 26289fc41aa5436b1a277d726bb5cb106d675c35
 depends_lib      lib:libogg.0:libogg
 
+post-configure {
+	if {[variant_isset universal]} {
+		reinplace "s|CC -dynamiclib|CC -dynamiclib ${configure.universal_ldflags}|g" ${worksrcpath}/libtool
+	}
+}

