summaryrefslogtreecommitdiff
path: root/textproc/wiggle
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-04-30 04:35:10 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-04-30 04:35:10 +0000
commitb5fc89bb284dee7e82a0c8124f79cc3af137ce87 (patch)
treec73f3892748518ee8dd2d7ac016d939814658a36 /textproc/wiggle
parent510c2f235504914622c02f1f931f1830e9c4a5ef (diff)
downloadfreebsd-ports-b5fc89bb284dee7e82a0c8124f79cc3af137ce87.zip
Provide more descriptive error messages for ports failing on powerpc64.
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'textproc/wiggle')
-rw-r--r--textproc/wiggle/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/wiggle/Makefile b/textproc/wiggle/Makefile
index d3d2c06398d0..14ba1b8119b3 100644
--- a/textproc/wiggle/Makefile
+++ b/textproc/wiggle/Makefile
@@ -12,10 +12,10 @@ COMMENT= Apply rejected patches and perform word-wise diffs
LICENSE= GPLv2
-BROKEN_powerpc64= Does not build
-
BUILD_DEPENDS= bash:shells/bash
+BROKEN_powerpc64= Does not build: error: nested functions are disabled, use -fnested-functions to re-enable
+
USES= compiler:nestedfct gmake ncurses
MAKE_ARGS+= CFLAGS="${CFLAGS} -I. -Wall -Wstrict-prototypes -Wextra -Wno-unused-parameter"