public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/perl/files: perl-5.8.8-fbsdhints.patch
@ 2008-07-18 12:03 Javier Villavicencio (the_paya)
  0 siblings, 0 replies; only message in thread
From: Javier Villavicencio (the_paya) @ 2008-07-18 12:03 UTC (permalink / raw
  To: gentoo-commits

the_paya    08/07/18 12:03:29

  Modified:             perl-5.8.8-fbsdhints.patch
  Log:
  Updated fbsdhints patch, bug 225323.
  (Portage version: 2.2_rc1/cvs/FreeBSD 7.0-RELEASE i386)

Revision  Changes    Path
1.2                  dev-lang/perl/files/perl-5.8.8-fbsdhints.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/files/perl-5.8.8-fbsdhints.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/files/perl-5.8.8-fbsdhints.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/files/perl-5.8.8-fbsdhints.patch?r1=1.1&r2=1.2

Index: perl-5.8.8-fbsdhints.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/files/perl-5.8.8-fbsdhints.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-5.8.8-fbsdhints.patch	20 Feb 2006 22:30:01 -0000	1.1
+++ perl-5.8.8-fbsdhints.patch	18 Jul 2008 12:03:29 -0000	1.2
@@ -22,6 +22,30 @@
  	;;
  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
  
  *)



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-18 12:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-18 12:03 [gentoo-commits] gentoo-x86 commit in dev-lang/perl/files: perl-5.8.8-fbsdhints.patch Javier Villavicencio (the_paya)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox