mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
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
18 lines
596 B
Diff
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)
|
|
{
|