pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/kdenetwork3 Don't try and use libXss in kopete unl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aec4bcffe803
branches:  trunk
changeset: 469853:aec4bcffe803
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Mar 01 13:08:42 2004 +0000

description:
Don't try and use libXss in kopete unless we have a shared version.

diffstat:

 net/kdenetwork3/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r cf03563587b6 -r aec4bcffe803 net/kdenetwork3/Makefile
--- a/net/kdenetwork3/Makefile  Mon Mar 01 12:13:44 2004 +0000
+++ b/net/kdenetwork3/Makefile  Mon Mar 01 13:08:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2004/02/04 14:42:23 markd Exp $
+# $NetBSD: Makefile,v 1.27 2004/03/01 13:08:42 markd Exp $
 
 DISTNAME=      kdenetwork-${_KDE_VERSION}
 CATEGORIES=    net
@@ -19,6 +19,10 @@
 CONFIGURE_ENV+=                ac_cv_sys_file_offset_bits=no
 .endif
 
+.if !exists(${X11BASE}/lib/libXss.so)
+CONFIGURE_ENV+=                ac_cv_lib_Xss_XScreenSaverQueryInfo="no"
+.endif
+
 .include "../../converters/uulib/buildlink2.mk"
 .include "../../databases/gdbm/buildlink2.mk"
 .include "../../meta-pkgs/kde3/buildlink2.mk"



Home | Main Index | Thread Index | Old Index