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: 08-Apr-2008 08:18:05
Branch: HEAD Handle: 2008040807180300
Modified files:
openpkg-src/popt popt.spec
Log:
try to fix building under Solaris and Darwin and remove an obsolete
subst
Summary:
Revision Changes Path
1.50 +2 -5 openpkg-src/popt/popt.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/popt/popt.spec
============================================================================
$ cvs diff -u -r1.49 -r1.50 popt.spec
--- openpkg-src/popt/popt.spec 6 Apr 2008 17:29:13 -0000 1.49
+++ openpkg-src/popt/popt.spec 8 Apr 2008 06:18:03 -0000 1.50
@@ -32,7 +32,7 @@
Group: Libraries
License: LGPL
Version: 1.14
-Release: 20080406
+Release: 20080408
# list of sources
Source0: http://rpm5.org/files/popt/popt-%{version}.tar.gz
@@ -66,11 +66,8 @@
%patch -p0
%build
- %{l_shtool} subst \
- -e 's;test ! -f \.\./rpm\.c;false;' \
- configure
CC="%{l_cc}" \
- CPPFLAGS="-DOPENPKG" \
+ CPPFLAGS="-DOPENPKG -DPOPT_fprintf=fprintf" \
CFLAGS="%{l_cflags -O}" \
GREP="grep" \
./configure \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]