switch away from using tradcpp(1) to cpp(1)

This commit is contained in:
robert
2021-11-30 08:52:59 +00:00
parent 604ad5642e
commit 8adf53593a

View File

@@ -1,5 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.5 2014/07/30 16:48:32 jsg Exp $
# $OpenBSD: Makefile.bsd-wrapper,v 1.6 2021/11/30 08:52:59 robert Exp $
CONFIGURE_ARGS+= --with-cpp=/usr/libexec/tradcpp
CONFIGURE_ARGS+= --with-cpp='/usr/libexec/cpp -traditional'
.include <bsd.xorg.mk>