diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-06-03 18:04:16 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-06-03 18:04:16 +0000 |
commit | fbe276208de24381bc9c5695072f81486baad6c9 (patch) | |
tree | d453d0aea60728b6ef4dd0c5a9dd6ffbf3c997c1 /media-gfx/icoutils/files | |
parent | Remove bundled copy of expat, bug #384773 by Julien Sanchez. (diff) | |
download | gentoo-2-fbe276208de24381bc9c5695072f81486baad6c9.tar.gz gentoo-2-fbe276208de24381bc9c5695072f81486baad6c9.tar.bz2 gentoo-2-fbe276208de24381bc9c5695072f81486baad6c9.zip |
Fix building with newer gettext. Bug #418111
(Portage version: 2.1.10.64/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/icoutils/files')
-rw-r--r-- | media-gfx/icoutils/files/icoutils-0.29.1-gettext.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/media-gfx/icoutils/files/icoutils-0.29.1-gettext.patch b/media-gfx/icoutils/files/icoutils-0.29.1-gettext.patch new file mode 100644 index 000000000000..4aa4c44cc3ce --- /dev/null +++ b/media-gfx/icoutils/files/icoutils-0.29.1-gettext.patch @@ -0,0 +1,13 @@ +Index: icoutils-0.29.1/configure.ac +=================================================================== +--- icoutils-0.29.1.orig/configure.ac ++++ icoutils-0.29.1/configure.ac +@@ -26,7 +26,7 @@ gl_INIT + + # Gettext + AM_GNU_GETTEXT([external]) +-# AM_GNU_GETTEXT_VERSION(0.14.1) ++AM_GNU_GETTEXT_VERSION(0.14.1) + + # Checks for header files. + AC_HEADER_STDC |