svn commit: r481032 - head/lang/ghc

Gleb Popov arrowd at FreeBSD.org
Mon Oct 1 14:02:10 UTC 2018


Author: arrowd
Date: Mon Oct  1 14:02:07 2018
New Revision: 481032
URL: https://svnweb.freebsd.org/changeset/ports/481032

Log:
  lang/ghc: Disable using xelatex, as the build fails if it is present.
  
  PR:		197241
  Submitted by:	John Hein <z7dr6ut7gs at snkmail.com>
  Approved by:	tcberner (mentor)

Modified:
  head/lang/ghc/Makefile

Modified: head/lang/ghc/Makefile
==============================================================================
--- head/lang/ghc/Makefile	Mon Oct  1 14:02:01 2018	(r481031)
+++ head/lang/ghc/Makefile	Mon Oct  1 14:02:07 2018	(r481032)
@@ -38,6 +38,8 @@ NO_CCACHE=	ccache: error: Failed to create directory /
 # This is better fixed in files/build.mk.in
 GNU_CONFIGURE=	yes
 
+# disable xelatex: PR 231438
+CONFIGURE_ENV+=		ac_cv_path_XELATEX=
 CONFIGURE_ARGS=		--with-gmp-includes=${LOCALBASE}/include \
 			--with-gmp-libraries=${LOCALBASE}/lib \
 			--with-iconv-includes=${LOCALBASE}/include \


More information about the svn-ports-all mailing list