summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2012-05-21 11:31:18 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2012-05-21 11:31:18 +0000
commitf0b828a50f23a0cc240734f5ae87ad30691258ef (patch)
treef5fafa8f2737e8eb82220fddcf83fb52d096ec01 /textproc
parent- Update to 4.3.0 (diff)
- Fix build on 7.X
Reported by: pav
Notes
Notes: svn path=/head/; revision=297107
Diffstat (limited to 'textproc')
-rw-r--r--textproc/bsdsort/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/bsdsort/Makefile b/textproc/bsdsort/Makefile
index d879a1583ecf..0a6220790730 100644
--- a/textproc/bsdsort/Makefile
+++ b/textproc/bsdsort/Makefile
@@ -27,6 +27,8 @@ MAKE_ENV+= BINDIR="${PREFIX}/bin" \
CATDIR="${MANPREFIX}/man/man" \
NLSDIR="${PREFIX}/share/nls"
+CFLAGS+= -std=c99
+
OPTIONS= THREADS "Compile with threads support" on \
NLS "Compile with NLS support" on \
OVERWRITE_BASE "Replaces base GNU sort" off