Files
gentoo/dev-libs/tvision/files/tvision-2.2.1.4-ldconfig.patch
Bernd Waibel 00b1c4b1bd dev-libs/tvision: Version bump to 2.2.1.4
Copied over from release 2.1.0_pre2-r4
Add some USE flags: X, debug, gpm
Update metadata.xml: Add maintainer, longdescription, use

Application to proxy maintaining this package.

Closes: https://bugs.gentoo.org/638794
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/6295
2017-11-30 00:19:20 +01:00

18 lines
596 B
Diff

diff --git a/config.pl b/config.pl
index caf2ed3..6a7a8b3 100644
--- a/config.pl
+++ b/config.pl
@@ -1270,12 +1270,6 @@ sub GenerateMakefile
$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)
{