svn commit: r480826 - head/devel/openocd

Mark Linimon linimon at FreeBSD.org
Thu Sep 27 22:34:32 UTC 2018


Author: linimon
Date: Thu Sep 27 22:34:31 2018
New Revision: 480826
URL: https://svnweb.freebsd.org/changeset/ports/480826

Log:
  Fix build on gcc-based archs.
  
  Tested on powerpc64, amd64.
  
  PR:		231672
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/openocd/Makefile

Modified: head/devel/openocd/Makefile
==============================================================================
--- head/devel/openocd/Makefile	Thu Sep 27 22:30:30 2018	(r480825)
+++ head/devel/openocd/Makefile	Thu Sep 27 22:34:31 2018	(r480826)
@@ -10,8 +10,6 @@ MASTER_SITES=	SF
 MAINTAINER=	skreuzer at FreeBSD.org
 COMMENT=	Open On-Chip Debugger
 
-BROKEN_powerpc64=	fails to configure: error: C compiler cannot create executables
-
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--disable-werror
 
@@ -55,7 +53,7 @@ TIICDI_DESC=	Support for the TI ICDI JTAG Programmer
 USB_COMMS_DESC=	Enable verbose USB communication messages
 
 USES=		gmake libtool makeinfo pkgconfig tar:bzip2
-CFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib -Wno-error=unused-command-line-argument
+CFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib -Wno-error
 INFO=		openocd
 
 post-patch:


More information about the svn-ports-head mailing list