OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 15-Aug-2006 18:14:55 Branch: HEAD Handle: 2006081517145500 Modified files: openpkg-src/guile guile.spec Log: disable NLS to avoid dependency to gettext Summary: Revision Changes Path 1.50 +3 -2 openpkg-src/guile/guile.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/guile/guile.spec ============================================================================ $ cvs diff -u -r1.49 -r1.50 guile.spec --- openpkg-src/guile/guile.spec 6 Jun 2006 10:49:27 -0000 1.49 +++ openpkg-src/guile/guile.spec 15 Aug 2006 16:14:55 -0000 1.50 @@ -33,7 +33,7 @@ Group: Language License: GPL Version: 1.8.0 -Release: 20060606 +Release: 20060815 # list of sources Source0: ftp://ftp.gnu.org/gnu/guile/guile-%{version}.tar.gz @@ -73,7 +73,8 @@ --prefix=%{l_prefix} \ --disable-error-on-warning \ --disable-shared \ - --without-threads + --without-threads \ + --disable-nls %{l_make} %{l_mflags} %install @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org