From 46c3a6196f33dea9bba5c2ca853cb8503c6c6e43 Mon Sep 17 00:00:00 2001 From: todd Date: Thu, 11 Jun 1998 08:51:26 +0000 Subject: [PATCH] X has static libs. lesstif should to! Suggested by: Peter Galbavy --- x11/lesstif/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile index e8fe6560601..b63801fcc82 100644 --- a/x11/lesstif/Makefile +++ b/x11/lesstif/Makefile @@ -3,7 +3,7 @@ # Date created: December 10, 1996 # Whom: form@vs.itam.nsc.ru # -# $OpenBSD: Makefile,v 1.7 1998/06/02 20:51:48 marc Exp $ +# $OpenBSD: Makefile,v 1.8 1998/06/11 08:51:26 todd Exp $ # FreeBSD: Makefile,v 1.17 1998/03/28 14:12:55 steve Exp # @@ -19,7 +19,7 @@ MAINTAINER= form@vs.itam.nsc.ru MANUAL_PACKAGE_BUILD= do not want to install during interactive build GNU_CONFIGURE= yes # comment this and remove the strip statement in post-install for debugging -CONFIGURE_ARGS= --disable-debug +CONFIGURE_ARGS= --disable-debug --enable-static USE_X11= yes .if defined(HAVE_MOTIF)