diff options
author | mandree <mandree@FreeBSD.org> | 2013-09-13 07:46:20 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2013-09-13 07:46:20 +0800 |
commit | cfb8edace0f6e37199d156690181f1ea217c79b0 (patch) | |
tree | 9a7d70b5a223f6648819064579b683251f8c10b7 /textproc | |
parent | 567d8c8840fb1bd840c985b616096a00ebbca83a (diff) | |
download | freebsd-ports-gnome-cfb8edace0f6e37199d156690181f1ea217c79b0.tar.gz freebsd-ports-gnome-cfb8edace0f6e37199d156690181f1ea217c79b0.tar.zst freebsd-ports-gnome-cfb8edace0f6e37199d156690181f1ea217c79b0.zip |
Require GCC because the code uses nested functions that clang rejects.
While here, replace TAB by space in WWW: line of pkg-descr.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/wiggle/Makefile | 1 | ||||
-rw-r--r-- | textproc/wiggle/pkg-descr | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/textproc/wiggle/Makefile b/textproc/wiggle/Makefile index ec75a37b2073..d1a43b4a9747 100644 --- a/textproc/wiggle/Makefile +++ b/textproc/wiggle/Makefile @@ -13,6 +13,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash +USE_GCC= 4.2+ # uses nested functions USE_GMAKE= yes MAKE_ARGS+= CFLAGS="${CFLAGS} -I. -Wall -Wstrict-prototypes -Wextra -Wno-unused-parameter" diff --git a/textproc/wiggle/pkg-descr b/textproc/wiggle/pkg-descr index 7644708a2a87..136fa6d0b57c 100644 --- a/textproc/wiggle/pkg-descr +++ b/textproc/wiggle/pkg-descr @@ -12,4 +12,4 @@ Also, wiggle will (in some cases) detect changes that have already been applied, and will ignore them. -- Neil Brown -WWW: http://git.neil.brown.name/git?p=wiggle.git;a=summary +WWW: http://git.neil.brown.name/git?p=wiggle.git;a=summary |