summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-09-21 14:09:01 +0200
committerJustin Lecher <jlec@gentoo.org>2015-09-21 14:10:46 +0200
commit564bfb6b36bad876736ba5b04333f4a262b22659 (patch)
treef8a1c72fac7e292f15b50c93c6fb117f37af9710 /dev-tcltk/blt/files
parentapp-arch/star: Drop old (diff)
downloadgentoo-564bfb6b36bad876736ba5b04333f4a262b22659.tar.gz
gentoo-564bfb6b36bad876736ba5b04333f4a262b22659.tar.bz2
gentoo-564bfb6b36bad876736ba5b04333f4a262b22659.zip
dev-tcltk/blt: Drop old
Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-tcltk/blt/files')
-rw-r--r--dev-tcltk/blt/files/blt-2.4z-r4-fix-makefile.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-tcltk/blt/files/blt-2.4z-r4-fix-makefile.patch b/dev-tcltk/blt/files/blt-2.4z-r4-fix-makefile.patch
deleted file mode 100644
index 8404f2625c37..000000000000
--- a/dev-tcltk/blt/files/blt-2.4z-r4-fix-makefile.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Source: mescalinum
-Upstream: N/A
-Reason: fix broken $DESTDIR support in library/Makefile
---- library/Makefile.in.orig 2008-10-26 14:30:28.000000000 +0100
-+++ library/Makefile.in 2008-10-26 14:31:40.000000000 +0100
-@@ -45,7 +45,7 @@ all: pkgIndex
-
- pkgIndex:
- rm -f pkgIndex.tcl
-- sed -e 's/%VERSION%/$(version)/' $(srcdir)/pkgIndex.tcl.in | \
-+ sed -e 's/%VERSION%/$(version)/' $(INSTALL_ROOT)$(srcdir)/pkgIndex.tcl.in | \
- sed -e 's/%LIB_PREFIX%/$(lib_prefix)/' | \
- sed -e 's;%LIB_DIR%;$(libdir);' > pkgIndex.tcl
-
-@@ -58,7 +58,7 @@ install: mkdirs pkgIndex
- for i in $(miscFiles) ; do \
- $(INSTALL_DATA) $(srcdir)/$$i $(INSTALL_ROOT)$(scriptdir) ; \
- done
-- $(INSTALL_DATA) pkgIndex.tcl $(scriptdir)
-+ $(INSTALL_DATA) pkgIndex.tcl $(INSTALL_ROOT)$(scriptdir)
-
- mkdirs:
- @for i in $(instdirs) ; do \