Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jul 2024 18:46:41 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e85c5176a901 - main - devel/binutils: add /usr/lib32 to search path
Message-ID:  <202407251846.46PIkfPP057978@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by brooks:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e85c5176a901d354a38a5bc77bd0dff280aa3bf1

commit e85c5176a901d354a38a5bc77bd0dff280aa3bf1
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2024-07-25 18:40:07 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2024-07-25 18:40:35 +0000

    devel/binutils: add /usr/lib32 to search path
    
    Merge upstream commit f026d7063ece:
    
        Add /usr/lib32 to the native search paths for FreeBSD systems.
    
    PR:             280447
    Approved by:    cy (maintainer)
    Upstream PR:    https://sourceware.org/bugzilla/show_bug.cgi?id=31395
    MFH:            2024Q3
    Sponsored by:   DARPA, AFRL
---
 devel/binutils/Makefile             |  2 +-
 devel/binutils/files/patch-ld-lib32 | 11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile
index bde967280610..366797b8a361 100644
--- a/devel/binutils/Makefile
+++ b/devel/binutils/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	binutils
 DISTVERSION=	2.40
-PORTREVISION=	5
+PORTREVISION=	6
 PORTEPOCH?=	1
 CATEGORIES?=	devel
 MASTER_SITES=	GNU \
diff --git a/devel/binutils/files/patch-ld-lib32 b/devel/binutils/files/patch-ld-lib32
new file mode 100644
index 000000000000..2edf5a18066e
--- /dev/null
+++ b/devel/binutils/files/patch-ld-lib32
@@ -0,0 +1,11 @@
+--- ld/configure.tgt.orig	2024-07-18 19:15:53.355228000 +0100
++++ ld/configure.tgt	2024-07-18 19:17:43.053568000 +0100
+@@ -1102,7 +1106,7 @@
+   ;;
+ 
+ *-*-freebsd*)
+-  NATIVE_LIB_DIRS='/lib /usr/lib /usr/local/lib'
++  NATIVE_LIB_DIRS='/lib /usr/lib /usr/local/lib /usr/lib32'
+   ;;
+ 
+ hppa*64*-*-hpux11*)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407251846.46PIkfPP057978>