You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
577 B

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') : ())
);