Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 157575 Details for
Bug 225323
Updated fbsdhints.patch for upcoming fbsd-7.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fbsdhints patch
perl-5.8.8-fbsdhints.patch (text/plain), 1.94 KB, created by
Javier Villavicencio (RETIRED)
on 2008-06-19 11:50:02 UTC
(
hide
)
Description:
fbsdhints patch
Filename:
MIME Type:
Creator:
Javier Villavicencio (RETIRED)
Created:
2008-06-19 11:50:02 UTC
Size:
1.94 KB
patch
obsolete
>Index: perl-5.8.8/hints/freebsd.sh >=================================================================== >--- perl-5.8.8.orig/hints/freebsd.sh >+++ perl-5.8.8/hints/freebsd.sh >@@ -88,6 +88,8 @@ case "$osvers" in > esac > libswanted=`echo $libswanted | sed 's/ malloc / /'` > libswanted=`echo $libswanted | sed 's/ bind / /'` >+ libswanted=`echo $libswanted | sed 's/ dl / /'` >+ libswanted=`echo $libswanted | sed 's/ c / /'` > # iconv gone in Perl 5.8.1, but if someone compiles 5.8.0 or earlier. > libswanted=`echo $libswanted | sed 's/ iconv / /'` > d_setregid='define' >@@ -102,6 +104,10 @@ case "$osvers" in > ;; > esac > libswanted=`echo $libswanted | sed 's/ malloc / /'` >+ libswanted=`echo $libswanted | sed 's/ bind / /'` >+ libswanted=`echo $libswanted | sed 's/ dl / /'` >+ libswanted=`echo $libswanted | sed 's/ iconv / /'` >+ libswanted=`echo $libswanted | sed 's/ c / /'` > ;; > esac > >@@ -116,17 +122,17 @@ case "$osvers" in > > *) > objformat=`/usr/bin/objformat` >- if [ x$objformat = xelf ]; then >- libpth="/usr/lib /usr/local/lib" >- glibpth="/usr/lib /usr/local/lib" >- ldflags="-Wl,-E " >- lddlflags="-shared " >- else >+ if [ x$objformat = xaout ]; then > if [ -e /usr/lib/aout ]; then > libpth="/usr/lib/aout /usr/local/lib /usr/lib" > glibpth="/usr/lib/aout /usr/local/lib /usr/lib" > fi > lddlflags='-Bshareable' >+ else >+ libpth="/usr/lib /usr/local/lib" >+ glibpth="/usr/lib /usr/local/lib" >+ ldflags="-Wl,-E" >+ lddlflags="-shared " > fi > cccdlflags='-DPIC -fPIC' > ;; >@@ -137,7 +143,7 @@ case "$osvers" in > > *) > ccflags="${ccflags} -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H" >- if /usr/bin/file -L /usr/lib/libc.so | /usr/bin/grep -vq "not stripped" ; then >+ if /usr/bin/file -L /usr/lib/libc.so | grep -vq "not stripped" ; then > usenm=false > fi > ;;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 225323
:
155903
| 157575