public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/optipng/files: optipng-0.7.5-estonian.patch
@ 2014-09-16  1:04 Sebastian Pipping (sping)
  0 siblings, 0 replies; only message in thread
From: Sebastian Pipping (sping) @ 2014-09-16  1:04 UTC (permalink / raw
  To: gentoo-commits

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 <sebastian@pipping.org>
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






^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-09-16  1:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-16  1:04 [gentoo-commits] gentoo-x86 commit in media-gfx/optipng/files: optipng-0.7.5-estonian.patch Sebastian Pipping (sping)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox