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: 29-Jul-2006 20:15:14 Branch: HEAD Handle: 2006072919151400 Modified files: openpkg-src/js js.spec Log: the file object is enabled by default now Summary: Revision Changes Path 1.22 +3 -3 openpkg-src/js/js.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/js/js.spec ============================================================================ $ cvs diff -u -r1.21 -r1.22 js.spec --- openpkg-src/js/js.spec 29 Jul 2006 12:31:18 -0000 1.21 +++ openpkg-src/js/js.spec 29 Jul 2006 18:15:14 -0000 1.22 @@ -44,9 +44,9 @@ Release: 20060729 # package options +%option with_file yes %option with_perl no %option with_editline no -%option with_file no # list of sources Source0: ftp://ftp.ossp.org/pkg/lib/js/js-%{V_js}.tar.gz @@ -141,8 +141,8 @@ %if "%{with_editline}" == "yes" --with-editline=%{l_prefix} \ %endif -%if "%{with_file}" == "yes" - --with-file \ +%if "%{with_file}" != "yes" + --without-file \ %endif --disable-shared %{l_make} %{l_mflags} @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org