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: 16-Oct-2005 10:57:16
Branch: OPENPKG_2_5_SOLID Handle: 2005101609571600
Modified files: (Branch: OPENPKG_2_5_SOLID)
openpkg-src/xrender xrender.spec
Log:
MFC: fix packaging
Summary:
Revision Changes Path
1.20.2.3 +3 -3 openpkg-src/xrender/xrender.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/xrender/xrender.spec
============================================================================
$ cvs diff -u -r1.20.2.2 -r1.20.2.3 xrender.spec
--- openpkg-src/xrender/xrender.spec 14 Oct 2005 15:11:42 -0000 1.20.2.2
+++ openpkg-src/xrender/xrender.spec 16 Oct 2005 08:57:16 -0000 1.20.2.3
@@ -93,11 +93,11 @@
%{l_shtool} mkln -s *.h X11/extensions/
) || exit $?
( cd libXrender-%{V_xrender}
- PKG_CONFIG_PATH="`pwd`/../render-%{V_render}" \
+ PKG_CONFIG_PATH="`pwd`/../renderext-%{V_render}" \
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
- CPPFLAGS="-I`pwd`/../render-%{V_render} -I. %{l_cppflags}" \
- LDFLAGS="-L`pwd`/../render-%{V_render} %{l_ldflags}" \
+ CPPFLAGS="-I`pwd`/../renderext-%{V_render} -I. %{l_cppflags}" \
+ LDFLAGS="-L`pwd`/../renderext-%{V_render} %{l_ldflags}" \
./configure \
--prefix=%{l_prefix} \
--with-x \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]