diff options
author | lukem <lukem> | 2005-03-08 21:54:18 +0000 |
---|---|---|
committer | lukem <lukem> | 2005-03-08 21:54:18 +0000 |
commit | 42c212fa54c65844d5ee9dd41b8785cc306777a3 (patch) | |
tree | 8b1158af0635e6d82f4c85e654b94ed324b5396d /x11/xlockmore | |
parent | 9af886e7e92a4c551f0265e5dd1d9b982f340f26 (diff) | |
download | pkgsrc-42c212fa54c65844d5ee9dd41b8785cc306777a3.tar.gz |
Don't set XLOCK_NO_DPMS if libXdpms.a doesn't exist.
Instead, let the autoconf tests determine if the DPMS functions are
available (in libXext ? )
Diffstat (limited to 'x11/xlockmore')
-rw-r--r-- | x11/xlockmore/Makefile.common | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11/xlockmore/Makefile.common b/x11/xlockmore/Makefile.common index 5cf6933eaf3..d687493dec2 100644 --- a/x11/xlockmore/Makefile.common +++ b/x11/xlockmore/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.22 2005/02/17 07:55:47 dan Exp $ +# $NetBSD: Makefile.common,v 1.23 2005/03/08 21:54:18 lukem Exp $ # # This Makefile.common is included by: # @@ -35,10 +35,6 @@ USE_X11BASE= YES XLOCK_SOUNDDIR= ${PREFIX}/lib/X11/xlock/sounds XLOCK_MODULEDIR= ${PREFIX}/lib/X11/xlock/modules -.if !exists(${X11BASE}/lib/libXdpms.a) -XLOCK_NO_DPMS= YES -.endif - DEFINES+= -DDEF_MODULEPATH="\"${XLOCK_MODULEDIR}\"" CPPFLAGS+= ${DEFINES} CXXFLAGS+= ${DEFINES} |