diff options
author | markd <markd@pkgsrc.org> | 2004-03-01 13:08:42 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-03-01 13:08:42 +0000 |
commit | 8ffdf5722373602f882c723ce1a259a749121cb6 (patch) | |
tree | 95ca904fc748d6be0a4cd7c6c44b68029f802088 /net | |
parent | 8e8b43a394abf0dd87e41b9e9617b852abc8f30b (diff) | |
download | pkgsrc-8ffdf5722373602f882c723ce1a259a749121cb6.tar.gz |
Don't try and use libXss in kopete unless we have a shared version.
Diffstat (limited to 'net')
-rw-r--r-- | net/kdenetwork3/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile index 3467ed64bea..77cbb6f1315 100644 --- a/net/kdenetwork3/Makefile +++ b/net/kdenetwork3/Makefile @@ -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 @@ REPLACE_PERL= ksirc/dsirc 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" |