OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer Root: /v/openpkg/cvs Email: [email protected] Module: openpkg-src Date: 25-Jan-2009 17:36:37 Branch: HEAD Handle: 2009012516363600 Modified files: openpkg-src/libxml libxml.spec Log: apply the usual Solaris workaround Summary: Revision Changes Path 1.125 +3 -2 openpkg-src/libxml/libxml.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/libxml/libxml.spec ============================================================================ $ cvs diff -u -r1.124 -r1.125 libxml.spec --- openpkg-src/libxml/libxml.spec 19 Jan 2009 18:54:44 -0000 1.124 +++ openpkg-src/libxml/libxml.spec 25 Jan 2009 16:36:36 -0000 1.125 @@ -1,6 +1,6 @@ ## ## libxml.spec -- OpenPKG RPM Package Specification -## Copyright (c) 2000-2008 OpenPKG Foundation e.V. <http://openpkg.net/> +## Copyright (c) 2000-2009 OpenPKG Foundation e.V. <http://openpkg.net/> ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that @@ -32,7 +32,7 @@ Group: XML License: MIT-style Version: 2.7.3 -Release: 20090119 +Release: 20090125 # list of sources Source0: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz @@ -77,6 +77,7 @@ CFLAGS="%{l_cflags -O} %{l_cppflags}" \ CPPFLAGS="%{l_cppflags}" \ LDFLAGS="%{l_ldflags}" \ + GREP="grep" \ ./configure \ --prefix=%{l_prefix} \ --mandir=%{l_prefix}/man \ @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List [email protected]
