Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Nov 2018 19:42:38 +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: r484209 - head/biology/iolib
Message-ID:  <201811051942.wA5Jgcbb086518@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Nov  5 19:42:37 2018
New Revision: 484209
URL: https://svnweb.freebsd.org/changeset/ports/484209

Log:
  Remove the inccorrect typedefs to fix build on tier-2.
  
  PR:		232390
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/biology/iolib/Makefile

Modified: head/biology/iolib/Makefile
==============================================================================
--- head/biology/iolib/Makefile	Mon Nov  5 19:39:13 2018	(r484208)
+++ head/biology/iolib/Makefile	Mon Nov  5 19:42:37 2018	(r484209)
@@ -11,10 +11,6 @@ COMMENT=	General purpose trace file (and Experiment Fi
 
 LICENSE=	BSD3CLAUSE
 
-BROKEN_mips=		fails to compile: bgzip.c: error: invalid operands to binary &
-BROKEN_mips64=		fails to compile: bgzip.c: error: invalid operands to binary &
-BROKEN_powerpc64=	fails to compile: bgzip.c: error: invalid operands to binary &
-
 LIB_DEPENDS=	libcurl.so:ftp/curl
 
 USES=		autoreconf gmake libtool



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