public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Javier Villavicencio (the_paya)" <the_paya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/perl/files: perl-5.8.8-fbsdhints.patch
Date: Fri, 18 Jul 2008 12:03:29 +0000	[thread overview]
Message-ID: <E1KJogL-0007Hb-VS@stork.gentoo.org> (raw)

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



                 reply	other threads:[~2008-07-18 12:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1KJogL-0007Hb-VS@stork.gentoo.org \
    --to=the_paya@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox