OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 18-Jun-2004 13:13:58
Branch: HEAD Handle: -NONE-
Modified files:
openpkg-src/apache apache.spec
Log:
add optional support for t1lib
Summary:
Revision Changes Path
1.237 +0 -0 openpkg-src/apache/apache.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.236 -r1.237 apache.spec
--- openpkg-src/apache/apache.spec 18 Jun 2004 10:32:51 -0000 1.236
+++ openpkg-src/apache/apache.spec 18 Jun 2004 11:13:58 -0000 1.237
@@ -124,6 +124,7 @@
%option with_mod_php_oci7 no
%option with_mod_php_oci8 no
%option with_mod_php_freetype no
+%option with_mod_php_t1lib no
%option with_mod_php_gettext no
%option with_mod_php_imap no
%option with_mod_php_xml no
@@ -293,6 +294,10 @@
BuildPreReq: freetype
PreReq: freetype
%endif
+%if "%{with_mod_php_t1lib}" == "yes"
+BuildPreReq: t1lib
+PreReq: t1lib
+%endif
%if "%{with_mod_php_gettext}" == "yes"
BuildPreReq: gettext, libiconv
PreReq: gettext, libiconv
@@ -732,6 +737,9 @@
--enable-gd-native-ttf \
--with-freetype-dir=%{l_prefix} \
%endif
+%if "%{with_mod_php_t1lib}" == "yes"
+ --with-t1lib=%{l_prefix} \
+%endif
%if "%{with_mod_php_bdb}" == "yes"
--with-db4=%{l_prefix} \
%endif
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]