Ticket #736: patch-portfile-php4

File patch-portfile-php4, 722 bytes (added by bchesneau@…, 21 years ago)

Patch php4 portfile

Line 
1--- Portfile-old        Sun Jul 27 03:29:49 2003
2+++ Portfile    Sun Jul 27 03:51:35 2003
3@@ -47,7 +47,7 @@
4 }
5 
6 variant apache2 {
7-        depends_lib-append      path:${prefix}/apache2/bin/apxs:apache2
8+    depends_lib-append      path:${prefix}/apache2/bin/apxs:apache2
9        configure.args-append --with-apxs2=${prefix}/apache2/bin/apxs
10 }
11 
12@@ -71,6 +71,13 @@
13 
14        extract.only            php-${version}.tar.gz imap-${imapversion}.tar.Z
15        configure.args-append   --with-imap=../imap-${imapversion} --with-imap-ssl=/usr
16+}
17+
18+variant xslt {
19+       depends_lib-append      lib:libsablot:sablotron
20+       
21+       configure.args-append   --enable-xslt --with-xslt-sablot=${prefix} \
22+                                                       --with-iconv-dir=${prefix}  --with-expat-dir=${prefix}
23 }
24 
25 pre-configure {