OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 16-Nov-2003 18:46:26
Branch: HEAD Handle: 2003111617462600
Modified files:
openpkg-src/xrender xrender.spec
Log:
make sure the xrender parts picks up the own headers first
Summary:
Revision Changes Path
1.3 +2 -0 openpkg-src/xrender/xrender.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/xrender/xrender.spec
============================================================================
$ cvs diff -u -r1.2 -r1.3 xrender.spec
--- openpkg-src/xrender/xrender.spec 16 Nov 2003 17:31:06 -0000 1.2
+++ openpkg-src/xrender/xrender.spec 16 Nov 2003 17:46:26 -0000 1.3
@@ -71,6 +71,8 @@
--x-libraries=`%{l_prefix}/etc/rc --query x11_libdir` \
--disable-shared
%{l_make} %{l_mflags -O}
+ %{l_shtool} mkdir -f -p -m 755 X11/extensions
+ %{l_shtool} mkln -s *.h X11/extensions/
) || exit $?
( cd xrender-%{V_xrender}
PKG_CONFIG_PATH="`pwd`/../render-%{V_render}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]