aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2018-09-28 06:34:31 +0800
committerlinimon <linimon@FreeBSD.org>2018-09-28 06:34:31 +0800
commit1a3b08f839f8eb4fba856ec4d5def388374cc7ef (patch)
tree3b86fa1d9e50270189c99c09b92f196988ee4117
parent756ef835aa0c4bef39f554cc72134410078f22f2 (diff)
downloadfreebsd-ports-gnome-1a3b08f839f8eb4fba856ec4d5def388374cc7ef.tar.gz
freebsd-ports-gnome-1a3b08f839f8eb4fba856ec4d5def388374cc7ef.tar.zst
freebsd-ports-gnome-1a3b08f839f8eb4fba856ec4d5def388374cc7ef.zip
Fix build on gcc-based archs.
Tested on powerpc64, amd64. PR: 231672 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
-rw-r--r--devel/openocd/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/openocd/Makefile b/devel/openocd/Makefile
index 761da63cf78c..a8920177a228 100644
--- a/devel/openocd/Makefile
+++ b/devel/openocd/Makefile
@@ -10,8 +10,6 @@ MASTER_SITES= SF
MAINTAINER= skreuzer@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: