aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/p5-Image-Imlib2
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2003-10-23 15:36:32 +0800
committererwin <erwin@FreeBSD.org>2003-10-23 15:36:32 +0800
commitccf1a7ee141db8156cefb12565f4949d46fef87e (patch)
tree8e5181b97c0408749490c574968108da8d86fec2 /graphics/p5-Image-Imlib2
parent016e96abb8b74c3da8d684664e68858c68bb5487 (diff)
downloadfreebsd-ports-graphics-ccf1a7ee141db8156cefb12565f4949d46fef87e.tar.gz
freebsd-ports-graphics-ccf1a7ee141db8156cefb12565f4949d46fef87e.tar.zst
freebsd-ports-graphics-ccf1a7ee141db8156cefb12565f4949d46fef87e.zip
Add -fPIC to cflags which hopefulle fixes amd64
Tested on: i386 Submitted by: bento via kris
Diffstat (limited to 'graphics/p5-Image-Imlib2')
-rw-r--r--graphics/p5-Image-Imlib2/files/patch-Build.PL14
1 files changed, 11 insertions, 3 deletions
diff --git a/graphics/p5-Image-Imlib2/files/patch-Build.PL b/graphics/p5-Image-Imlib2/files/patch-Build.PL
index b5689945c28..abc5c8f0918 100644
--- a/graphics/p5-Image-Imlib2/files/patch-Build.PL
+++ b/graphics/p5-Image-Imlib2/files/patch-Build.PL
@@ -1,6 +1,14 @@
---- Build.PL.orig Thu Sep 11 15:09:42 2003
-+++ Build.PL Thu Sep 11 15:09:48 2003
-@@ -30,7 +30,7 @@
+--- Build.PL.orig Sun Aug 31 17:15:33 2003
++++ Build.PL Thu Oct 23 09:31:34 2003
+@@ -21,6 +21,7 @@
+
+ my $libs = `$CONFIG --libs`;
+ my $cflags = `$CONFIG --cflags`;
++$cflags .= ' -fPIC';
+
+ my $build = Module::Build->new(
+ module_name => 'Image::Imlib2',
+@@ -30,7 +31,7 @@
'Test::More' => '0.01',
},
extra_linker_flags => $libs,