This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4628b05
)
For Darwin MacPorts add the gcc/g++ libdir.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Fri, 22 Aug 2014 16:31:59 +0000
(12:31 -0400)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Fri, 22 Aug 2014 19:01:05 +0000
(15:01 -0400)
hints/darwin.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/darwin.sh
b/hints/darwin.sh
index
724fb36
..
7f555ff
100644
(file)
--- a/
hints/darwin.sh
+++ b/
hints/darwin.sh
@@
-331,6
+331,11
@@
i_dbm=undef;
# NeilW says this should be acceptable on all darwin versions.
ranlib='ranlib'
+# Catch MacPorts gcc/g++ extra libdir
+case "$($cc -v 2>&1)" in
+*"MacPorts gcc"*) loclibpth="$loclibpth /opt/local/lib/libgcc" ;;
+esac
+
##
# Build process
##