summaryrefslogtreecommitdiff
path: root/textproc/yodl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/yodl/Makefile')
-rw-r--r--textproc/yodl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/yodl/Makefile b/textproc/yodl/Makefile
index 0cf8c6c722e1..d2339fc17aee 100644
--- a/textproc/yodl/Makefile
+++ b/textproc/yodl/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 Oct 1997
# Whom: Donald Burr <dburr@FreeBSD.ORG>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/07/20 23:55:33 dburr Exp $
#
DISTNAME= yodl-1.22
@@ -29,8 +29,8 @@ MAN7= yodlmacros.7 \
yodlmanpage.7
do-build:
- (cd ${WRKSRC} && ${GMAKE} PREFIX=${PREFIX} progs)
- (cd ${WRKSRC}/misc && gcc -O2 -m486 -s -o striproff striproff.c)
+ (cd ${WRKSRC} && env CFLAGS="${CFLAGS}" ${GMAKE} PREFIX=${PREFIX} progs)
+ (cd ${WRKSRC}/misc && gcc ${CFLAGS} -s -o striproff striproff.c)
# this weird contortion is because the YODL makefile is broken
# trust me, it works.