From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/tls/tls.patch | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 community/tls/tls.patch (limited to 'community/tls/tls.patch') diff --git a/community/tls/tls.patch b/community/tls/tls.patch deleted file mode 100644 index 46e70439f..000000000 --- a/community/tls/tls.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- Makefile.in -+++ Makefile.in -@@ -208,20 +208,20 @@ - sed -e "s#\@RELPATH\@#$(RELPATH)#" \ - -e "s#\@tls_LIB_FILE\@#$(tls_LIB_FILE)#" \ - < $(srcdir)/pkgIndex.tcl.in > pkgIndex.tcl -- $(INSTALL_DATA) pkgIndex.tcl $(pkglibdir) -+ $(INSTALL_DATA) pkgIndex.tcl $(DESTDIR)$(pkglibdir) - - #======================================================================== - # This rule installs platform-independent files, such as header files. - #======================================================================== - - install-libraries: libraries -- $(mkinstalldirs) $(includedir) -- @echo "Installing header files in $(includedir)" -+ $(mkinstalldirs) $(DESTDIR)$(includedir) -+ @echo "Installing header files in $(DESTDIR)$(includedir)" - @for i in $(GENERIC_HDRS) ; do \ - echo "Installing $$i" ; \ -- $(INSTALL_DATA) $$i $(includedir) ; \ -+ $(INSTALL_DATA) $$i $(DESTDIR)$(includedir) ; \ - done; -- $(INSTALL_DATA) $(srcdir)/tls.tcl $(pkglibdir) -+ $(INSTALL_DATA) $(srcdir)/tls.tcl $(DESTDIR)$(pkglibdir) - - #======================================================================== - # Install documentation. Unix manpages should go in the $(mandir) -- cgit v1.2.3-54-g00ecf