diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-21 17:34:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-21 17:34:34 +0000 |
commit | f8af85c0fdfff827999c6d024b4d186af5d8ad11 (patch) | |
tree | 5e41e39ed5fae29aebf9ef38ec363a6b2741f328 | |
parent | fad9868d1e0d2f0dfe394690d55a2b885f05e5ea (diff) | |
download | pkgsrc-f8af85c0fdfff827999c6d024b4d186af5d8ad11.tar.gz |
xindy: mark as not-supporting-PIE since it uses clisp
-rw-r--r-- | textproc/xindy/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/xindy/Makefile b/textproc/xindy/Makefile index e4775acccc4..8366385da62 100644 --- a/textproc/xindy/Makefile +++ b/textproc/xindy/Makefile @@ -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 @@ CONFIGURE_ARGS+= --with-clisp-runtime=default 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 |