summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-06-21 19:13:22 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-06-21 19:13:22 +0000
commit5d2f68f5a3f30a3832a91389613065ccf8130c15 (patch)
tree6764d0d06a515b3d447f1944b4033e23d5179c64
parent5a9a84d2750e9a284200f0c7520efdc378b8eefa (diff)
back out CPP change; obviously not tested. On at least arm, kills at
least ANSI_VARARGS deep inside the configure. Sorry -- try again.
-rw-r--r--gnu/usr.bin/lynx/Makefile.bsd-wrapper4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/lynx/Makefile.bsd-wrapper b/gnu/usr.bin/lynx/Makefile.bsd-wrapper
index 27cf9252210..cabfdc778ea 100644
--- a/gnu/usr.bin/lynx/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/lynx/Makefile.bsd-wrapper
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.13 2004/06/21 16:53:11 avsm Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.14 2004/06/21 19:13:21 deraadt Exp $
MAN= lynx.1
CLEANFILES= lynx.cat1 lynx.1
DPADD= ${LIBSSL} ${LIBCRYPTO}
-GNUCFLAGS= CC="${CC}" CFLAGS="${CFLAGS} ${COPTS}" CPP="${CPP}"
+GNUCFLAGS= CC="${CC}" CFLAGS="${CFLAGS} ${COPTS}"
CONFIGURE_ARGS= --with-ssl=/usr --enable-ipv6
HTMLDIR= /usr/share/doc/html
HELPFILES= keystrokes/alt_edit_help.html keystrokes/bookmark_help.html \