diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-10-03 23:08:33 +0800 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-10-03 23:08:33 +0800 |
commit | 578ee129b354b8e9e6d60da62d8c90b0ca8c6495 (patch) | |
tree | 8b27acbfc24a0f430904252ad04619c3ff8dfd09 /archivers/p7zip | |
parent | 8a9d6a3e3ea218c01682126cb6ff5970425a50e9 (diff) | |
download | freebsd-ports-gnome-578ee129b354b8e9e6d60da62d8c90b0ca8c6495.tar.gz freebsd-ports-gnome-578ee129b354b8e9e6d60da62d8c90b0ca8c6495.tar.zst freebsd-ports-gnome-578ee129b354b8e9e6d60da62d8c90b0ca8c6495.zip |
Remove unnecessary LDFLAGS_i386
archivers/p7zip* ports build just fine without those flags.
PR: 230210
Reported by: emaste
Approved by: portmgr blanket
Diffstat (limited to 'archivers/p7zip')
-rw-r--r-- | archivers/p7zip/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile index 0d780c9dbfb7..f9a9284b00ea 100644 --- a/archivers/p7zip/Makefile +++ b/archivers/p7zip/Makefile @@ -3,7 +3,7 @@ PORTNAME= p7zip PORTVERSION= 16.02 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= archivers MASTER_SITES= SF DISTNAME= ${PORTNAME}_${DISTVERSION}_src_all @@ -32,10 +32,6 @@ CFLAGS_powerpc64le= -fPIC CFLAGS_powerpcspe= -fPIC CFLAGS_sparc64= -fPIC -# Fix the build for i386 when WITH_LLD_IS_LD is set -# https://bugs.freebsd.org/230210 -LDFLAGS_i386= -Wl,-z,notext - OPTIONS_DEFINE= DOCS PORTDOCS= * |