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: 12-Oct-2006 14:50:09 Branch: HEAD Handle: 2006101213500900 Modified files: openpkg-src/hugs hugs.spec Log: apply the usual Solaris Autoconf workaround Summary: Revision Changes Path 1.3 +3 -1 openpkg-src/hugs/hugs.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/hugs/hugs.spec ============================================================================ $ cvs diff -u -r1.2 -r1.3 hugs.spec --- openpkg-src/hugs/hugs.spec 22 Sep 2006 06:06:13 -0000 1.2 +++ openpkg-src/hugs/hugs.spec 12 Oct 2006 12:50:09 -0000 1.3 @@ -44,7 +44,7 @@ Group: Language License: BSD-style Version: %{V_base}.%{V_rel_year}%{V_rel_month_num} -Release: 20060922 +Release: 20061012 # list of sources Source0: http://cvs.haskell.org/Hugs/downloads/%{V_rel_year}-%{V_rel_month_num}/hugs%{V_base}-%{V_rel_month_name}%{V_rel_year}.tar.gz @@ -103,6 +103,7 @@ %build # build HUGS ( cd hugs%{V_base}-%{V_rel_month_name}%{V_rel_year} + export GREP="grep" CC="%{l_cc}" \ CFLAGS="%{l_cflags}" \ CPPFLAGS="%{l_cppflags}" \ @@ -140,6 +141,7 @@ mtl-%{V_pkg_mtl} \ HaXml-%{V_pkg_haxml}; do ( cd $extension + export GREP="grep" runhugs -98 Setup.hs configure --hugs --prefix=%{l_prefix} runhugs -98 Setup.hs build runhugs -98 Setup.hs copy --destdir=$RPM_BUILD_ROOT @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org