pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/krusader The POSIX.1e ACL implementation in D...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9c9c28e421cf
branches: trunk
changeset: 395732:9c9c28e421cf
user: hasso <hasso%pkgsrc.org@localhost>
date: Sat Jul 11 19:35:27 2009 +0000
description:
The POSIX.1e ACL implementation in DragonFly isn't complete enough to be
usable here.
diffstat:
sysutils/krusader/Makefile | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 947812b2d5a7 -r 9c9c28e421cf sysutils/krusader/Makefile
--- a/sysutils/krusader/Makefile Sat Jul 11 18:00:07 2009 +0000
+++ b/sysutils/krusader/Makefile Sat Jul 11 19:35:27 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2009/05/20 00:58:28 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2009/07/11 19:35:27 hasso Exp $
#
DISTNAME= krusader-1.90.0
@@ -17,6 +17,12 @@
SHLIBTOOL_OVERRIDE= # empty
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "DragonFly"
+CONFIGURE_ARGS+= --without-acl
+.endif
+
BUILDLINK_DEPMETHOD.libXt?= build
.include "../../meta-pkgs/kde3/kde3.mk"
Home |
Main Index |
Thread Index |
Old Index