summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2004-06-21 19:13:21 +0000
committerderaadt <deraadt@openbsd.org>2004-06-21 19:13:21 +0000
commit9fdb653397fa2cfefd94a451ccf4f411a864fbd2 (patch)
tree4910fc6a52d0b73725ae55d4422d95a4d5a11178
parentudpencap_port should be taken from dst transport (diff)
downloadwireguard-openbsd-9fdb653397fa2cfefd94a451ccf4f411a864fbd2.tar.xz
wireguard-openbsd-9fdb653397fa2cfefd94a451ccf4f411a864fbd2.zip
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 \