Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jan 2018 17:28:40 +0000 (UTC)
From:      Thomas Abthorpe <tabthorpe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r459275 - branches/2018Q1/misc/sword
Message-ID:  <201801171728.w0HHSeH5088265@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tabthorpe
Date: Wed Jan 17 17:28:40 2018
New Revision: 459275
URL: https://svnweb.freebsd.org/changeset/ports/459275

Log:
  MFH: r459270
  
  - Fix build for FreeBSD 11+
  
  Approved by:	portmgr (swills)

Modified:
  branches/2018Q1/misc/sword/Makefile
Directory Properties:
  branches/2018Q1/   (props changed)

Modified: branches/2018Q1/misc/sword/Makefile
==============================================================================
--- branches/2018Q1/misc/sword/Makefile	Wed Jan 17 17:25:44 2018	(r459274)
+++ branches/2018Q1/misc/sword/Makefile	Wed Jan 17 17:28:40 2018	(r459275)
@@ -15,7 +15,11 @@ LICENSE=	GPLv2
 
 BUILD_DEPENDS=	cppunit-config:devel/cppunit
 
-BROKEN_FreeBSD_12=	does not build on 12.X
+# Workaround for for FreeBSD_11+.
+BUILD_DEPENDS+= clang38:lang/clang38
+CC=		clang38
+CXX=		clang++38
+
 BROKEN_powerpc64=	does not compile: libicui18n.so: undefined reference to __cxa_throw_bad_array_new_length
 
 GNU_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801171728.w0HHSeH5088265>