svn commit: r484209 - head/biology/iolib

Mark Linimon linimon at FreeBSD.org
Mon Nov 5 19:42:39 UTC 2018


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


More information about the svn-ports-all mailing list