summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2007-08-17 08:21:44 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2007-08-17 08:21:44 +0000
commitb02c72d02d6b0b01b7a9c39badac8289efbfff8d (patch)
tree1c328787369c8004e850abefd1a997666152e32f /www-apache/mod_caucho/files/mod_caucho-3.0.24-gentoo.patch
parentVersion bump. (diff)
downloadhistorical-b02c72d02d6b0b01b7a9c39badac8289efbfff8d.tar.gz
historical-b02c72d02d6b0b01b7a9c39badac8289efbfff8d.tar.bz2
historical-b02c72d02d6b0b01b7a9c39badac8289efbfff8d.zip
Version bump.
Package-Manager: portage-2.1.3.6
Diffstat (limited to 'www-apache/mod_caucho/files/mod_caucho-3.0.24-gentoo.patch')
-rw-r--r--www-apache/mod_caucho/files/mod_caucho-3.0.24-gentoo.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/www-apache/mod_caucho/files/mod_caucho-3.0.24-gentoo.patch b/www-apache/mod_caucho/files/mod_caucho-3.0.24-gentoo.patch
new file mode 100644
index 000000000000..71920c0feb95
--- /dev/null
+++ b/www-apache/mod_caucho/files/mod_caucho-3.0.24-gentoo.patch
@@ -0,0 +1,17 @@
+diff -Nru resin-3.0.23.vanilla/modules/c/src/apache2/Makefile.in resin-3.0.23/modules/c/src/apache2/Makefile.in
+--- resin-3.0.23.vanilla/modules/c/src/apache2/Makefile.in 2006-08-14 22:44:04.000000000 +0200
++++ resin-3.0.23/modules/c/src/apache2/Makefile.in 2006-08-14 23:24:00.000000000 +0200
+@@ -36,11 +36,8 @@
+ $(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)
++ mkdir -p $(DESTDIR)$(apache_libexec)
++ $(LIBTOOL) --mode=install $(CP) mod_caucho.la $(DESTDIR)$(apache_libexec)
+
+ clean :
+ - rm -r *.o *.lo *.la *.so .libs