]> git.pld-linux.org Git - packages/freetype1.git/commitdiff
AM_GNU_GETTEXT supports only external configuration now
authorJan Palus <atler@pld-linux.org>
Thu, 30 Apr 2020 13:01:15 +0000 (13:01 +0000)
committerJan Palus <atler@pld-linux.org>
Thu, 30 Apr 2020 13:01:15 +0000 (13:01 +0000)
freetype1.spec

index a73c4a4eec7ecefe3edc751025c37c82cec1b2f8..447d287c4db54b7a0585701fc31f8382549f4a6f 100644 (file)
@@ -130,7 +130,10 @@ Przykładowe aplikacje wykorzystujące freetype:
 install /usr/share/automake/missing .
 %{__gettextize}
 # gettextize stupidity (doesn't see intl/Makefile in next lines after AC_OUTPUT)
-sed -e 's@\(AC_OUTPUT.*\) intl/Makefile@\1@' configure.in > configure.in.tmp
+sed -e 's@\(AC_OUTPUT.*\) intl/Makefile@\1@' \
+       -e 's@AM_GNU_GETTEXT.*@AM_GNU_GETTEXT([external])@' \
+       -e 's@intl/Makefile@@' \
+        configure.in > configure.in.tmp
 mv -f configure.in.tmp configure.in
 %{__libtoolize}
 %{__aclocal}
This page took 0.098618 seconds and 4 git commands to generate.