pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xlockmore Don't set XLOCK_NO_DPMS if libXdpms.a do...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6405da30cde4
branches:  trunk
changeset: 490406:6405da30cde4
user:      lukem <lukem%pkgsrc.org@localhost>
date:      Tue Mar 08 21:54:18 2005 +0000

description:
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:

 x11/xlockmore/Makefile.common |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 3482983810f4 -r 6405da30cde4 x11/xlockmore/Makefile.common
--- a/x11/xlockmore/Makefile.common     Tue Mar 08 20:46:49 2005 +0000
+++ b/x11/xlockmore/Makefile.common     Tue Mar 08 21:54:18 2005 +0000
@@ -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 @@
 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}



Home | Main Index | Thread Index | Old Index