Browse Source

avoid complications with libintl

Michael van Elst 23 years ago
parent
commit
d2057a1a86
1 changed files with 3 additions and 2 deletions
  1. 3 2
      wml/wml.spec

+ 3 - 2
wml/wml.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
 Group:        Language
 Group:        Language
 License:      GPL
 License:      GPL
 Version:      2.0.9
 Version:      2.0.9
-Release:      20030708
+Release:      20030731
 
 
 #   list of sources
 #   list of sources
 Source0:      ftp://thewml.org/distrib/wml-%{version}.tar.gz
 Source0:      ftp://thewml.org/distrib/wml-%{version}.tar.gz
@@ -84,7 +84,8 @@ AutoReqProv:  no
     LIBS="-lpng -lz -lm" \
     LIBS="-lpng -lz -lm" \
     ./configure \
     ./configure \
         --prefix=%{l_prefix} \
         --prefix=%{l_prefix} \
-        --with-perl=%{l_prefix}/bin/perl
+        --with-perl=%{l_prefix}/bin/perl \
+        --disable-nls
     %{l_make} %{l_mflags -O}
     %{l_make} %{l_mflags -O}
 
 
 %install
 %install