diff options
Diffstat (limited to 'www/lighttpd/files/patch-src::Makefile.in')
-rw-r--r-- | www/lighttpd/files/patch-src::Makefile.in | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/www/lighttpd/files/patch-src::Makefile.in b/www/lighttpd/files/patch-src::Makefile.in deleted file mode 100644 index d8eb0bb9939a..000000000000 --- a/www/lighttpd/files/patch-src::Makefile.in +++ /dev/null @@ -1,27 +0,0 @@ ---- src/Makefile.in.orig Fri Oct 1 03:47:40 2004 -+++ src/Makefile.in Fri Oct 1 17:05:04 2004 -@@ -65,7 +65,7 @@ - - #hdr += chat.h chat_misc.h chat_endec.h chat_user.h \ - # chat_channel.h --DEFS = @DEFS@ -DLIBRARY_DIR="\"$(libdir)\"" -+DEFS = @DEFS@ -DLIBRARY_DIR="\"$(libdir)/lighttpd\"" - DEPDIR = @DEPDIR@ - DL_LIB = @DL_LIB@ - ECHO = @ECHO@ -@@ -599,12 +599,12 @@ - libLTLIBRARIES_INSTALL = $(INSTALL) - install-libLTLIBRARIES: $(lib_LTLIBRARIES) - @$(NORMAL_INSTALL) -- $(mkinstalldirs) $(DESTDIR)$(libdir) -+ $(mkinstalldirs) $(DESTDIR)$(libdir)/lighttpd - @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ - if test -f $$p; then \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ -- echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \ -- $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \ -+ echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/lighttpd/$$f"; \ -+ $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/lighttpd/$$f; \ - else :; fi; \ - done - |