|
|
@@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
|
|
|
Group: Converter
|
|
|
License: GPL
|
|
|
Version: 0.12.1
|
|
|
-Release: 20030528
|
|
|
+Release: 20030624
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.gz
|
|
|
@@ -51,6 +51,10 @@ AutoReqProv: no
|
|
|
|
|
|
%prep
|
|
|
%setup -q
|
|
|
+ # remove part that conflicts with libiconv
|
|
|
+ %{l_shtool} subst \
|
|
|
+ -e '/localcharset.\$lo/d' \
|
|
|
+ gettext-runtime/intl/Makefile.in
|
|
|
|
|
|
%build
|
|
|
CC="%{l_cc}" \
|