summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2016-07-16 10:25:38 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-07-17 15:27:38 +0200
commit5e8c8d946e6993b20553d6f5042f904eca1a45c9 (patch)
tree82a6220eba4f1ed3c44b0f7af46c461a635a2eeb /app-text/html2text
parentapp-text/hd2u: remove unused patch (diff)
downloadgentoo-5e8c8d946e6993b20553d6f5042f904eca1a45c9.tar.gz
gentoo-5e8c8d946e6993b20553d6f5042f904eca1a45c9.tar.bz2
gentoo-5e8c8d946e6993b20553d6f5042f904eca1a45c9.zip
app-text/html2text: remove unused patch
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-text/html2text')
-rw-r--r--app-text/html2text/files/html2text-1.3.2-compiler.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/app-text/html2text/files/html2text-1.3.2-compiler.patch b/app-text/html2text/files/html2text-1.3.2-compiler.patch
deleted file mode 100644
index ede0e7b57069..000000000000
--- a/app-text/html2text/files/html2text-1.3.2-compiler.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- configure.old 2005-10-14 16:37:15.000000000 +0200
-+++ html2text-1.3.2/configure 2005-10-14 16:41:51.000000000 +0200
-@@ -38,7 +38,10 @@
- }
- EOF
- CXX=unknown;
--for i in "CC" "g++" "cc" "$CC"; do
-+if test "x$CC" = "x"; then
-+ CC='CC'
-+fi
-+for i in "g++" "cc" "$CC" "CC"; do
- if $i -c $tmp_file.C 2>/dev/null; then
- CXX="$i";
- break;