aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Image-Imlib2/files
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-09-24 07:51:36 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-09-24 07:51:36 +0000
commit76f9383fbb170364e5fc6d1ebb944426d01c916a (patch)
treee32b3e14dde705fa70ed1b837d26c0246f83c7df /graphics/p5-Image-Imlib2/files
parent6919c4e8e4b89639d4e9698d9c257a0dd4103be9 (diff)
downloadports-76f9383fbb170364e5fc6d1ebb944426d01c916a.tar.gz
ports-76f9383fbb170364e5fc6d1ebb944426d01c916a.zip
Add p5-Image-Imlib2
Image::Imlib2 is a Perl port of Imlib2, a graphics library that does image file loading and saving as well as manipulation, arbitrary polygon support, etc. It does ALL of these operations FAST. It allows you to create colour images using a large number of graphics primitives, and output the images in a range of formats. PR: 56701 Submitted by: erwin
Notes
Notes: svn path=/head/; revision=89142
Diffstat (limited to 'graphics/p5-Image-Imlib2/files')
-rw-r--r--graphics/p5-Image-Imlib2/files/patch-Build.PL11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/p5-Image-Imlib2/files/patch-Build.PL b/graphics/p5-Image-Imlib2/files/patch-Build.PL
new file mode 100644
index 000000000000..b5689945c284
--- /dev/null
+++ b/graphics/p5-Image-Imlib2/files/patch-Build.PL
@@ -0,0 +1,11 @@
+--- Build.PL.orig Thu Sep 11 15:09:42 2003
++++ Build.PL Thu Sep 11 15:09:48 2003
+@@ -30,7 +30,7 @@
+ 'Test::More' => '0.01',
+ },
+ extra_linker_flags => $libs,
+- cc_flags => $cflags,
++ extra_compiler_flags => $cflags,
+ c_source => './lib/Image',
+ );
+ $build->create_build_script;