diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-07-21 07:09:04 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-07-21 07:09:04 +0000 |
commit | bb804a3ac7496236a5eb6357c172caaa11856904 (patch) | |
tree | fb2341de06bfcaf6af326362e233b23d45356247 /x11/xlockmore | |
parent | 184e5888da1e3a3cd2e5a29918e645941ff084cf (diff) | |
download | ports-bb804a3ac7496236a5eb6357c172caaa11856904.tar.gz ports-bb804a3ac7496236a5eb6357c172caaa11856904.zip |
Add /usr/lib/aout to lib search path on -current.
Notes
Notes:
svn path=/head/; revision=12043
Diffstat (limited to 'x11/xlockmore')
-rw-r--r-- | x11/xlockmore/Makefile | 7 |
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. |