diff -r d05aa91cd793 -r 5366946896cd uuid/uuid.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uuid/uuid.patch Tue Aug 28 18:33:45 2012 +0200 @@ -0,0 +1,12 @@ +Index: perl/Makefile.PL +--- perl/Makefile.PL.orig 2007-01-01 19:13:18 +0100 ++++ perl/Makefile.PL 2008-07-17 09:58:04 +0200 +@@ -61,7 +61,7 @@ + NO_META => 1, + # cruel hack to workaround the conflict between OSSP uuid's + # uuid_create() function and one from FreeBSD's libc +- (( "$Config{'osname'}$Config{'osvers'}" =~ m/^freebsd[56]\./ ++ (( "$Config{'osname'}$Config{'osvers'}" =~ m/^freebsd[5-8]\./ + and $Config{'ld'} =~ m/cc$/ and -f "/usr/include/uuid.h") ? + ( LDDLFLAGS => $Config{'lddlflags'} . ' -Wl,-Bsymbolic') : ()) + );