From 6e2c4b38b3da53428176950f16b5a67000da88ce Mon Sep 17 00:00:00 2001 From: matthieu Date: Tue, 28 Nov 2006 11:27:35 +0000 Subject: [PATCH] Disable build of old compat libXaw6 and libXaw7. --- lib/libXaw/Makefile.bsd-wrapper | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/libXaw/Makefile.bsd-wrapper b/lib/libXaw/Makefile.bsd-wrapper index ee6548d98..436df6b85 100644 --- a/lib/libXaw/Makefile.bsd-wrapper +++ b/lib/libXaw/Makefile.bsd-wrapper @@ -1,5 +1,7 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2006/11/28 11:27:35 matthieu Exp $ -SHARED_LIBS= Xaw6 9.0 Xaw7 10.0 Xaw8 11.0 +SHARED_LIBS= Xaw8 11.0 + +CONFIGURE_ARGS= --disable-xaw6 --disable-xaw7 --enable-xaw8 .include