pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/kdenetwork3 Fix XScrnSaver for !native.
details: https://anonhg.NetBSD.org/pkgsrc/rev/94ab70d6790c
branches: trunk
changeset: 530059:94ab70d6790c
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Jun 15 17:50:48 2007 +0000
description:
Fix XScrnSaver for !native.
diffstat:
net/kdenetwork3/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r d1ec0f7fca87 -r 94ab70d6790c net/kdenetwork3/Makefile
--- a/net/kdenetwork3/Makefile Fri Jun 15 17:50:27 2007 +0000
+++ b/net/kdenetwork3/Makefile Fri Jun 15 17:50:48 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2007/01/29 09:11:06 abs Exp $
+# $NetBSD: Makefile,v 1.61 2007/06/15 17:50:48 joerg Exp $
DISTNAME= kdenetwork-${_KDE_VERSION}
CATEGORIES= net
@@ -35,7 +35,9 @@
CONFIGURE_ENV+= ac_cv_sys_file_offset_bits=no
.endif
-.if !exists(${X11BASE}/lib/libXss.so)
+.if ${X11_TYPE} != "native"
+.include "../../x11/libXScrnSaver/buildlink3.mk"
+.elif !exists(${X11BASE}/lib/libXss.so)
CONFIGURE_ENV+= ac_cv_lib_Xss_XScreenSaverQueryInfo="no"
.endif
Home |
Main Index |
Thread Index |
Old Index