pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/xindy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jan 21 17:34:34 UTC 2022

Modified Files:
        pkgsrc/textproc/xindy: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/xindy/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/xindy/Makefile
diff -u pkgsrc/textproc/xindy/Makefile:1.10 pkgsrc/textproc/xindy/Makefile:1.11
--- pkgsrc/textproc/xindy/Makefile:1.10 Sun Jun  6 01:17:20 2021
+++ pkgsrc/textproc/xindy/Makefile      Fri Jan 21 17:34:34 2022
@@ -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=de
 
 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