diff options
author | ru <ru@FreeBSD.org> | 2001-03-30 13:40:51 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-30 13:40:51 +0000 |
commit | 1f111af1deef25a1e31a2772f42a9020aa86a8e8 (patch) | |
tree | 6c4dccb7535214ec0e50ba5d997212ebd9817f17 /gnu | |
parent | c7ed722e3088f1636f584025384d01829f6b2cfd (diff) | |
download | FreeBSD-src-1f111af1deef25a1e31a2772f42a9020aa86a8e8.zip FreeBSD-src-1f111af1deef25a1e31a2772f42a9020aa86a8e8.tar.gz |
Backout rev 2.3 (-fno-for-scope); problem fixed in Groff 1.12.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/groff/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/Makefile.inc b/gnu/usr.bin/groff/Makefile.inc index dfe0a09..81e8c5f 100644 --- a/gnu/usr.bin/groff/Makefile.inc +++ b/gnu/usr.bin/groff/Makefile.inc @@ -1,5 +1,6 @@ +# $FreeBSD$ + GROFF_DIST?= ${.CURDIR}/../../../../contrib/groff DIST_DIR= ${GROFF_DIST}/${.CURDIR:T} -CFLAGS+= -fno-for-scope .PATH: ${DIST_DIR} |