sping       14/09/16 01:04:21

  Added:                optipng-0.7.5-estonian.patch
  Log:
  media-gfx/optipng: et_EE locale fix (bug #522446)
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  Changes    Path
1.1                  media-gfx/optipng/files/optipng-0.7.5-estonian.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/optipng/files/optipng-0.7.5-estonian.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/optipng/files/optipng-0.7.5-estonian.patch?rev=1.1&content-type=text/plain

Index: optipng-0.7.5-estonian.patch
===================================================================
>From 2cf0d7cb7928aac9ec0e21ceaaf09053434a4947 Mon Sep 17 00:00:00 2001
From: Sebastian Pipping <[email protected]>
Date: Tue, 16 Sep 2014 02:58:45 +0200
Subject: [PATCH] Fix for Estonian locale support (bug #522446)

---
 configure | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 6d2a507..17d4bc1 100755
--- a/configure
+++ b/configure
@@ -256,7 +256,7 @@ then
                 $sed_preconfig_libpng
                 s|^AR *=.*|AR = $AR|
                 s|^ARFLAGS *=.*|ARFLAGS = $ARFLAGS|
-                s|^AR_\([A-Z]*\) *=.*|AR_\1 = $AR $ARFLAGS|
+                s|^AR_\([[:upper:]]*\) *=.*|AR_\1 = $AR $ARFLAGS|
             "
         fi
         if test "$RANLIB"
@@ -408,7 +408,7 @@ sed_config="
     s|@LIBPNG_DISTCLEAN_XCMD@|${LIBPNG_DISTCLEAN_XCMD-true}|g
     s|@ZLIB_MK@|${ZLIB_MK-Makefile}|g
     s|@ZLIB_DISTCLEAN@|${ZLIB_DISTCLEAN-distclean}|g
-    s|@[A-Z]*_MK@|Makefile|g
+    s|@[[:upper:]]*_MK@|Makefile|g
     s| *\$||
 "
 
-- 
2.1.0





Reply via email to