OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 30-Mar-2005 17:24:09
Branch: HEAD Handle: 2005033016240800
Modified files:
openpkg-src/libpixman libpixman.spec
Log:
correct for FreeBSD (releases not distributing stdint.h)
Summary:
Revision Changes Path
1.4 +4 -1 openpkg-src/libpixman/libpixman.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/libpixman/libpixman.spec
============================================================================
$ cvs diff -u -r1.3 -r1.4 libpixman.spec
--- openpkg-src/libpixman/libpixman.spec 24 Mar 2005 11:19:19 -0000
1.3
+++ openpkg-src/libpixman/libpixman.spec 30 Mar 2005 15:24:08 -0000
1.4
@@ -33,7 +33,7 @@
Group: XWindow
License: MIT-style
Version: 0.1.4
-Release: 20050308
+Release: 20050330
# list of sources
Source0: http://cairographics.org/snapshots/libpixman-%{version}.tar.gz
@@ -59,6 +59,9 @@
%prep
%setup -q
+ %{l_shtool} subst \
+ -e 's;\(# if defined (__OpenBSD__)\);\1 || defined (__FreeBSD__);' \
+ src/pixman.h
%build
CC="%{l_cc}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]