1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/www/resin3/files/patch-apache1-Makefile.in
Herve Quiroz c26ee9220a Install mod_caucho.so during 'install' target rather than 'build' target. This
will fix an error I introduced with my last commit.

PR:		85460
Reported by:	Boris Kovalenko <boris@tagnet.ru>
Submitted by:	maintainer
2005-09-01 14:26:39 +00:00

15 lines
502 B
Plaintext

--- modules/c/src/apache1/Makefile.in.orig Sat Mar 5 22:18:38 2005
+++ modules/c/src/apache1/Makefile.in Thu Sep 1 12:44:50 2005
@@ -35,11 +35,6 @@
$(CC) -c $(INCLUDES) $(CFLAGS) $<
install : mod_caucho.la
- $(LIBTOOL) --mode=install $(CP) mod_caucho.la $(apache_libexec)
- - rm -f $(apache_libexec)/mod_caucho.la
- - rm -f $(apache_libexec)/mod_caucho.a
- sh install.sh -conf $(apache_conf) -libexec $(apache_libexec) \
- -resin_home $(resin_home)
clean :
- rm *.o *.lo *.la *.so .libs