summaryrefslogtreecommitdiff
path: root/graphics/gimp/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-08-06 10:35:57 +0000
committeradam <adam@pkgsrc.org>2004-08-06 10:35:57 +0000
commit1a5e8bbcf4fc2e8a4c1dd432eccdedf4bccfccab (patch)
tree96aee28fbf30faa8d9924ea5202061a540a70450 /graphics/gimp/patches
parentdcf2b4dc5f673e181f006f6e5e01b13776de8248 (diff)
downloadpkgsrc-1a5e8bbcf4fc2e8a4c1dd432eccdedf4bccfccab.tar.gz
Changes 2.0.4:
* several build fixes * fixed bug in Polarize plug-in * fixed out-of-bounds access in Ink tool code * improved antialiasing of elliptical selections * fixed typo in gradient editor * really remove all associated items from the ID hash table when an image is being closed * work around integer overflows when transforming large drawables * fixed wrong EXIF handling in JPEG plug-in, a bug that has been introduced in 2.0.3 * fixed bug in Script-Fu extension * fixed crash in container grid views * handle changes to URI handling in newer glib releases
Diffstat (limited to 'graphics/gimp/patches')
-rw-r--r--graphics/gimp/patches/patch-ab10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/gimp/patches/patch-ab b/graphics/gimp/patches/patch-ab
index 192985e1b3f..0d13ec80448 100644
--- a/graphics/gimp/patches/patch-ab
+++ b/graphics/gimp/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.9 2004/06/21 19:48:41 adam Exp $
+$NetBSD: patch-ab,v 1.10 2004/08/06 10:35:57 adam Exp $
---- configure.orig 2004-06-16 10:03:06.000000000 +0000
+--- configure.orig 2004-08-05 18:49:36.000000000 +0000
+++ configure
-@@ -27307,8 +27307,16 @@ if test "x$enable_altivec" = xyes; then
+@@ -27355,8 +27355,16 @@ if test "x$enable_altivec" = xyes; then
echo "$as_me:$LINENO: checking whether we can compile Altivec code" >&5
echo $ECHO_N "checking whether we can compile Altivec code... $ECHO_C" >&6
@@ -20,7 +20,7 @@ $NetBSD: patch-ab,v 1.9 2004/06/21 19:48:41 adam Exp $
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-@@ -27348,7 +27356,7 @@ enable_altivec=no
+@@ -27396,7 +27404,7 @@ enable_altivec=no
echo "${ECHO_T}no" >&6
{ echo "$as_me:$LINENO: WARNING: The assembler does not support the Altivec command set." >&5
echo "$as_me: WARNING: The assembler does not support the Altivec command set." >&2;}
@@ -29,7 +29,7 @@ $NetBSD: patch-ab,v 1.9 2004/06/21 19:48:41 adam Exp $
fi
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-@@ -32672,7 +32680,7 @@ fi;
+@@ -32719,7 +32727,7 @@ fi;
gimpdatadir="$datadir/$PACKAGE/2.0"
gimpplugindir="$libdir/$PACKAGE/2.0"