pkgsrc/graphics/pear-Image_Canvas/patches/patch-aa
adrianp c1713b7533 A package providing a common interface to image drawing, making image
source code independent on the library used.
2006-01-03 20:57:53 +00:00

13 lines
543 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2006/01/03 20:57:53 adrianp Exp $
--- package.xml.orig 2005-11-08 19:02:00.000000000 +0000
+++ package.xml
@@ -22,7 +22,7 @@
* Fixed a bug causing rectangles not being displayed, if points were given in the wrong order
</notes>
<deps>
- <dep type="ext" rel="has" optional="no">gd</dep>
+ <dep type="ext" rel="has" optional="yes">gd</dep>
<dep type="pkg" rel="ge" version="1.0.0" optional="no">Image_Color</dep>
</deps>
<provides type="class" name="Image_Canvas_Color" extends="Image_Color" />