You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-full-overlay/dev-libs/tvision/files/tvision-2.1.0_pre2-ldconfig...

16 lines
522 B

--- 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)
{