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.
gentoo-overlay/dev-libs/xmlwrapp/files/xmlwrapp-0.5.0-fbsd.patch

10 lines
371 B

--- tools/cxxflags.orig 2006-12-13 22:56:53.000000000 +0100
+++ tools/cxxflags 2006-12-13 22:57:30.000000000 +0100
@@ -286,6 +286,7 @@
if ($^O =~ /freebsd/i) {
$flags{'mtlink'} .= " -pthread";
$flags{'arextra'}.= "ranlib";
+ $flags{'pic'} = '-fpic -shared';
} elsif ($^O =~ /darwin/i) {
$flags{'pic'} = '';
$flags{'shared.ext'} = '.dylib';