summaryrefslogtreecommitdiff
path: root/graphics/gegl/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2008-10-16 21:53:57 +0000
committeradam <adam@pkgsrc.org>2008-10-16 21:53:57 +0000
commite020f3a8c4dcb144a1fd539d9a6fcd31f52f3259 (patch)
tree99b1a8b3b4774361a239bb39aaed73840e2d8096 /graphics/gegl/patches
parentb54fee9d712351ef923d7fb9f0ce98948836c8c3 (diff)
downloadpkgsrc-e020f3a8c4dcb144a1fd539d9a6fcd31f52f3259.tar.gz
GEGL (Generic Graphics Library) is a graph based image processing
framework. GEGL provides infrastructure to do demand based cached non destructive image editing on larger than RAM buffers. Through babl it provides support for a wide range of color models and pixel storage formats for input and output.
Diffstat (limited to 'graphics/gegl/patches')
-rw-r--r--graphics/gegl/patches/patch-aa22
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/gegl/patches/patch-aa b/graphics/gegl/patches/patch-aa
new file mode 100644
index 00000000000..3e606ce88f1
--- /dev/null
+++ b/graphics/gegl/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1.1.1 2008/10/16 21:53:57 adam Exp $
+
+--- configure.orig 2008-10-05 09:52:36.000000000 +0200
++++ configure
+@@ -21300,7 +21300,7 @@ fi
+
+
+
+-if test "x$enable_docs" == "xyes"; then
++if test "x$enable_docs" = "xyes"; then
+ ENABLE_DOCS_TRUE=
+ ENABLE_DOCS_FALSE='#'
+ else
+@@ -24801,7 +24801,7 @@ fi
+
+
+
+-if test "x$enable_workshop" == "xyes"; then
++if test "x$enable_workshop" = "xyes"; then
+ ENABLE_WORKSHOP_TRUE=
+ ENABLE_WORKSHOP_FALSE='#'
+ else