michael@559: Index: perl/Makefile.PL michael@559: --- perl/Makefile.PL.orig 2007-01-01 19:13:18 +0100 michael@559: +++ perl/Makefile.PL 2008-07-17 09:58:04 +0200 michael@559: @@ -61,7 +61,7 @@ michael@559: NO_META => 1, michael@559: # cruel hack to workaround the conflict between OSSP uuid's michael@559: # uuid_create() function and one from FreeBSD's libc michael@559: - (( "$Config{'osname'}$Config{'osvers'}" =~ m/^freebsd[56]\./ michael@559: + (( "$Config{'osname'}$Config{'osvers'}" =~ m/^freebsd[5-8]\./ michael@559: and $Config{'ld'} =~ m/cc$/ and -f "/usr/include/uuid.h") ? michael@559: ( LDDLFLAGS => $Config{'lddlflags'} . ' -Wl,-Bsymbolic') : ()) michael@559: );