Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Mar 2017 12:13:41 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r436076 - head/math/sc-im
Message-ID:  <201703131213.v2DCDfWq032994@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Mar 13 12:13:41 2017
New Revision: 436076
URL: https://svnweb.freebsd.org/changeset/ports/436076

Log:
  0.5.0 is reported to have fixed the compile problems on aarch64.
  
  While here, pet portlint.
  
  Reported by:	Sijmen Mulder <iku@yokattana.com>
  Approved by:	bapt (implicit)

Modified:
  head/math/sc-im/Makefile

Modified: head/math/sc-im/Makefile
==============================================================================
--- head/math/sc-im/Makefile	Mon Mar 13 12:01:28 2017	(r436075)
+++ head/math/sc-im/Makefile	Mon Mar 13 12:13:41 2017	(r436076)
@@ -10,16 +10,13 @@ COMMENT=	Ncurses spreadsheet program for
 
 LICENSE=	BSD4CLAUSE
 
-USES=		gmake localbase
+LIB_DEPENDS=	libxlsreader.so:math/libxls \
+		libzip.so:archivers/libzip
 
+USES=		gmake localbase
 USE_GITHUB=	yes
 GH_ACCOUNT=	andmarti1424
-
 USE_GNOME=	libxml2
-LIB_DEPENDS=	libxlsreader.so:math/libxls \
-		libzip.so:archivers/libzip
-
-BROKEN_aarch64=	fails to compile: conflicting types for __wcwidth
 
 WRKSRC_SUBDIR=	src
 CFLAGS+=	-I${LOCALBASE}/include/libxml2



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