Lines 1-14
Link Here
|
1 |
$FreeBSD: ports/www/resin3/files/patch-apache1-Makefile.in,v 1.3 2005/05/16 20:33:47 hq Exp $ |
1 |
--- modules/c/src/apache1/Makefile.in.orig Sat Mar 5 22:18:38 2005 |
2 |
|
2 |
+++ modules/c/src/apache1/Makefile.in Thu Sep 1 12:44:50 2005 |
3 |
--- modules/c/src/apache1/Makefile.in.orig Mon Oct 11 11:34:53 2004 |
3 |
@@ -35,11 +35,6 @@ |
4 |
+++ modules/c/src/apache1/Makefile.in Mon Oct 11 12:44:59 2004 |
4 |
$(CC) -c $(INCLUDES) $(CFLAGS) $< |
5 |
@@ -38,8 +38,7 @@ |
5 |
|
6 |
$(LIBTOOL) --mode=install $(CP) mod_caucho.la $(apache_libexec) |
6 |
install : mod_caucho.la |
7 |
- rm -f $(apache_libexec)/mod_caucho.la |
7 |
- $(LIBTOOL) --mode=install $(CP) mod_caucho.la $(apache_libexec) |
8 |
- rm -f $(apache_libexec)/mod_caucho.a |
8 |
- - rm -f $(apache_libexec)/mod_caucho.la |
|
|
9 |
- - rm -f $(apache_libexec)/mod_caucho.a |
9 |
- sh install.sh -conf $(apache_conf) -libexec $(apache_libexec) \ |
10 |
- sh install.sh -conf $(apache_conf) -libexec $(apache_libexec) \ |
10 |
- -resin_home $(resin_home) |
11 |
- -resin_home $(resin_home) |
11 |
+ %%APXS%% -e -a -n caucho mod_caucho.so |
|
|
12 |
|
12 |
|
13 |
clean : |
13 |
clean : |
14 |
- rm *.o *.lo *.la *.so .libs |
14 |
- rm *.o *.lo *.la *.so .libs |