Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2024 08:23:17 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: eb650de40fa2 - main - print/tex-xetex: mark as PIE_UNSAFE (+)
Message-ID:  <202412130823.4BD8NHuU086134@gitrepo.freebsd.org>

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

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

commit eb650de40fa26c40918b8ec44ad33845161f3b63
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-12-13 08:07:50 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-12-13 08:22:32 +0000

    print/tex-xetex: mark as PIE_UNSAFE (+)
    
    Reported by:    bulk -t
    
    Approved by:    portmgr (blanket)
    
    Sponsored by:   Future Crew, LLC
---
 print/tex-xetex/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/print/tex-xetex/Makefile b/print/tex-xetex/Makefile
index f926c97df2da..e6f55bcfa396 100644
--- a/print/tex-xetex/Makefile
+++ b/print/tex-xetex/Makefile
@@ -52,6 +52,7 @@ CONFIGURE_ARGS+=--with-system-$L \
 		--with-$L-libdir=${LOCALBASE}/lib
 .endfor
 
+PIE_UNSAFE=		yes
 MAKE_JOBS_UNSAFE=	yes
 
 CPPFLAGS=	-I${LOCALBASE}/include/harfbuzz



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