OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 09-Jan-2004 17:19:30
Branch: HEAD Handle: 2004010916192900
Modified files:
openpkg-src/apache apache.spec
Log:
adopted file path changes introduced by freetype-20031107
Summary:
Revision Changes Path
1.194 +6 -0 openpkg-src/apache/apache.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.193 -r1.194 apache.spec
--- openpkg-src/apache/apache.spec 9 Jan 2004 14:11:20 -0000 1.193
+++ openpkg-src/apache/apache.spec 9 Jan 2004 16:19:29 -0000 1.194
@@ -403,6 +403,12 @@
%endif
%if "%{with_mod_php}" == "yes"
%setup3 -q -T -D -a 3
+ ( cd php-%{V_mod_php}
+ %{l_shtool} subst \
+ -e 's;\(/include\)/freetype2;\1;' \
+ configure \
+ ext/gd/config.m4
+ ) || exit $?
%endif
%if "%{with_mod_dav}" == "yes"
%setup4 -q -T -D -a 4
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]