summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Waibel <waebbl-gentoo@posteo.net>2021-06-14 13:02:46 +0200
committerSam James <sam@gentoo.org>2021-06-15 14:39:57 +0000
commit4be13fee7a71000d8306f7b2035a779e4d814c91 (patch)
tree6b130bd81efab9c9fa5cdacf828416f042ac0121 /dev-libs/tvision/files/tvision-2.1.0_pre2-ldconfig.patch
parentmedia-gfx/freecad: add python-3.9 support (diff)
downloadgentoo-4be13fee7a71000d8306f7b2035a779e4d814c91.tar.gz
gentoo-4be13fee7a71000d8306f7b2035a779e4d814c91.tar.bz2
gentoo-4be13fee7a71000d8306f7b2035a779e4d814c91.zip
dev-libs/tvision: drop 2.1.0_pre2
Cleanup old Closes: https://bugs.gentoo.org/760576 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/tvision/files/tvision-2.1.0_pre2-ldconfig.patch')
-rw-r--r--dev-libs/tvision/files/tvision-2.1.0_pre2-ldconfig.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-libs/tvision/files/tvision-2.1.0_pre2-ldconfig.patch b/dev-libs/tvision/files/tvision-2.1.0_pre2-ldconfig.patch
deleted file mode 100644
index 6d7d94fe8a0d..000000000000
--- a/dev-libs/tvision/files/tvision-2.1.0_pre2-ldconfig.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- tvision/config.pl
-+++ tvision/config.pl
-@@ -1193,12 +1193,6 @@
- $rep.="\t".GenInstallFiles('0644',"$makeDir/$ver",'$(libdir)');
- $stripDebug=($OSf eq 'Darwin') ? '-S' : '--strip-debug';
- $rep.="\tstrip $stripDebug \$(libdir)/$ver\n" unless $conf{'debugInfo'} eq 'yes';
-- # FreeBSD: merge data from libdir.
-- # Darwin: doesn't have ldconfig.
-- if ($OSf ne 'Darwin')
-- {
-- $rep.=($OSf eq 'FreeBSD') ? "\t-ldconfig -m \$(libdir)\n" : "\t-ldconfig\n";
-- }
- }
- if ($internac)
- {