* Bugs fixed: - Font selection remains visible - gimp.desktop: image/x-psd in MimeTypes twice - Unportable test(1) construct in configure script - Description of "histogram" procedure is slightly inaccurate - Tool options not saved/loaded correctly? - Importing PDF files with long titles - blur-gauss-selective.exe crashes - Dialog of "Save as BMP" ignores changes which are not made with a mous - Text-Tool crashes when edit a 2.4.2 version xcf - Text-Tool crashes when edit a 2.4.2 version xcf - Layer preview suddenly stops getting updated - leaks shared memory - Exporting to Alias PIX format fails - a few strings in Save as... > Raw image data dialog are always in English - GEGL Operation "path" crashes GIMP - Crashes when using path tool - GIMP 2.7.0 fails to build against libpng 1.4.0 - Saving to .ppm fails on indexed colorspace - the "Antialiasing..." message in the progress bar does not show translated - gimp-layer-new-from-visible should work from updated projection * Updated and new translations
28 lines
662 B
Text
28 lines
662 B
Text
$NetBSD: patch-ab,v 1.32 2010/07/04 05:36:49 adam Exp $
|
|
|
|
--- configure.orig 2010-06-21 20:01:08.000000000 +0000
|
|
+++ configure
|
|
@@ -17706,13 +17706,13 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&
|
|
gimp_ok=yes
|
|
fi
|
|
rm -f conftest*
|
|
+ fi
|
|
|
|
if test "x$gimp_ok" = xyes; then
|
|
|
|
$as_echo "#define HAVE_SYS_SELECT_H 1" >>confdefs.h
|
|
|
|
fi
|
|
- fi
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gimp_ok" >&5
|
|
$as_echo "$gimp_ok" >&6; }
|
|
if test "x$gimp_ok" = xno; then
|
|
@@ -21381,7 +21381,7 @@ fi
|
|
|
|
gimpdatadir="$datadir/$PACKAGE/2.0"
|
|
gimpplugindir="$libdir/$PACKAGE/2.0"
|
|
-gimpsysconfdir="$sysconfdir/$PACKAGE/2.0"
|
|
+gimpsysconfdir="$sysconfdir"
|
|
|
|
|
|
|