From bb804a3ac7496236a5eb6357c172caaa11856904 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Tue, 21 Jul 1998 07:09:04 +0000 Subject: Add /usr/lib/aout to lib search path on -current. --- x11/xlockmore/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'x11') diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 8e164eda775e..5d01b0f69f0d 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -3,7 +3,7 @@ # Date created: 9 November 1994 # Whom: smace # -# $Id: Makefile,v 1.34 1998/06/29 07:55:35 tg Exp $ +# $Id: Makefile,v 1.35 1998/07/20 16:37:51 asami Exp $ # DISTNAME= xlockmore-4.11 @@ -26,6 +26,11 @@ CONFIGURE_ARGS+= --enable-kerberos4 USE_X11= yes MAN1= xlock.1 +OSVERSION!= sysctl -n kern.osreldate +.if ${OSVERSION} > 300000 +CONFIGURE_ARGS+= --with-libraries=/usr/lib/aout +.endif + # # MesaGL has a security hole. Don't use it in setuid binaries. # Override this with WITH_MESAGL=yes in your environment. -- cgit v1.2.3