summaryrefslogtreecommitdiff
path: root/x11/xcompmgr
diff options
context:
space:
mode:
authorbjs <bjs>2008-08-09 10:12:06 +0000
committerbjs <bjs>2008-08-09 10:12:06 +0000
commit961abd86f18d247824a625d7bb7d32f2c746c3aa (patch)
tree1ee085e4f36289b15016793d03abfe1983598886 /x11/xcompmgr
parent2bd7d5eab1f751a9c90ffbf49b8dafb1a7615ffa (diff)
downloadpkgsrc-961abd86f18d247824a625d7bb7d32f2c746c3aa.tar.gz
Enable damage notification by default, as I've been using xcompmgr
with this enabled for a while now with no untoward effects.
Diffstat (limited to 'x11/xcompmgr')
-rw-r--r--x11/xcompmgr/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xcompmgr/Makefile b/x11/xcompmgr/Makefile
index 10bbd86309b..293e4e0bfc8 100644
--- a/x11/xcompmgr/Makefile
+++ b/x11/xcompmgr/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2008/05/24 21:45:16 tnn Exp $
+# $NetBSD: Makefile,v 1.25 2008/08/09 10:12:06 bjs Exp $
#
DISTNAME= xcompmgr-1.1.4
+PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES = ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
@@ -19,7 +20,7 @@ USE_FEATURES= getopt_long
### XXX You may play around with these if you like; they're simply
### the #defines from xcompmgr.c placed here for your convenience.
#
-#XCOMPMGR_DEFS+= -DCAN_DO_USABLE=0 # default: 0 (damage notification)
+XCOMPMGR_DEFS+= -DCAN_DO_USABLE=1 # default: 0 (damage notification)
#XCOMPMGR_DEFS+= -DMONITOR_REPAINT=0 # default: 0 (?)
#XCOMPMGR_DEFS+= -DDEBUG_REPAINT=0 # default: 0 (debugging)
#XCOMPMGR_DEFS+= -DDEBUG_EVENTS=0 # default: 0 (debugging)