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