pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/xindy xindy: mark as not-supporting-PIE since...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd9d0b2476f6
branches:  trunk
changeset: 372217:dd9d0b2476f6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jan 21 17:34:34 2022 +0000

description:
xindy: mark as not-supporting-PIE since it uses clisp

diffstat:

 textproc/xindy/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r fdcf53a817c6 -r dd9d0b2476f6 textproc/xindy/Makefile
--- a/textproc/xindy/Makefile   Fri Jan 21 17:09:38 2022 +0000
+++ b/textproc/xindy/Makefile   Fri Jan 21 17:34:34 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2021/06/06 01:17:20 markd Exp $
+# $NetBSD: Makefile,v 1.11 2022/01/21 17:34:34 wiz Exp $
 
 .include "../../print/texlive/Makefile.common"
 
@@ -23,6 +23,9 @@
 
 INSTALLATION_DIRS+=    bin
 
+# due to using clisp
+MKPIE_SUPPORTED=       no
+
 post-install:
        cd ${WRKSRC} && ${PKGSRC_SETENV} ${INSTALL_ENV} ${MAKE_ENV} \
                ${MAKE_PROGRAM} install-exec-hook



Home | Main Index | Thread Index | Old Index