summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-07-21 07:09:04 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-07-21 07:09:04 +0000
commitbb804a3ac7496236a5eb6357c172caaa11856904 (patch)
treefb2341de06bfcaf6af326362e233b23d45356247 /x11
parentSet FETCH_BEFORE_ARGS=-t to fetch. (diff)
Add /usr/lib/aout to lib search path on -current.
Notes
Notes: svn path=/head/; revision=12043
Diffstat (limited to 'x11')
-rw-r--r--x11/xlockmore/Makefile7
1 files changed, 6 insertions, 1 deletions
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.