Disable xindy on sparc64 until lang/clisp is fixed
ok cwen@ kmos@ and edd@ (maintainer)
This commit is contained in:
parent
abfd509eeb
commit
5377942b60
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.112 2019/11/11 22:54:10 edd Exp $
|
||||
# $OpenBSD: Makefile,v 1.113 2020/04/07 15:34:36 jca Exp $
|
||||
|
||||
COMMENT-main = base binaries for TeXLive typesetting distribution
|
||||
COMMENT-mktexlsr = mktexlsr for TeXLive typesetting distribution
|
||||
@ -8,6 +8,8 @@ DISTNAME = texlive-${DIST_V}-source
|
||||
PKGNAME = texlive_base-${V}
|
||||
WRKDIST = ${WRKDIR}/texlive-${DIST_V}-source
|
||||
|
||||
REVISION-main = 0
|
||||
|
||||
MULTI_PACKAGES = -main -mktexlsr -synctex
|
||||
PKGNAME-mktexlsr = texlive_mktexlsr-${V}
|
||||
PKGNAME-main = ${PKGNAME}
|
||||
@ -93,7 +95,7 @@ USE_LIBTOOL = gnu
|
||||
|
||||
# clisp limits which arches we can use xindy on
|
||||
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" || \
|
||||
${MACHINE} == "powerpc" || ${MACHINE} == "sparc64"
|
||||
${MACHINE} == "powerpc"
|
||||
BUILD_DEPENDS += lang/clisp
|
||||
RUN_DEPENDS-main += lang/clisp
|
||||
CONFIGURE_ARGS += --enable-xindy \
|
||||
|
Loading…
x
Reference in New Issue
Block a user