--- Portfile.orig	2008-02-06 12:36:09.000000000 -0700
+++ Portfile	2008-03-31 15:57:43.000000000 -0600
@@ -30,6 +30,11 @@
 test.target	check
 test.env	DYLD_LIBRARY_PATH=${worksrcpath}/.libs
 
+post-patch {
+	reinplace "s|for ac_header in uuid.h uuid/uuid.h sys/uuid.h|for ac_header in uuid/uuid.h sys/uuid.h uuid.h|" \
+		${worksrcpath}/configure
+}
+
 platform darwin 9 {
 	post-configure {
 		reinplace {s|\(#define APR_HAS_SENDFILE[[:space:]]*\)1|\1 0|} ${worksrcpath}/include/apr.h

