- turn off X debugging information (from mrxvt homepage: this caused

mrxvt to request X events to be processed synchronously, and slowed
things down considerably)
- remove useless pre-configure target (asked by steven@ long ago)
- bump PKGNAME
This commit is contained in:
ajacoutot 2007-01-17 14:37:40 +00:00
parent c7d325184f
commit 95be7b57b9
2 changed files with 14 additions and 5 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/15 22:11:29 jasper Exp $
# $OpenBSD: Makefile,v 1.2 2007/01/17 14:37:40 ajacoutot Exp $
COMMENT= "multi-tabbed terminal emulator"
DISTNAME= mrxvt-0.5.2
PKGNAME= ${DISTNAME}p0
CATEGORIES= x11
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
mrxvt.1${EXTRACT_SUFX}:0
@ -42,10 +43,6 @@ BZDOCS= README.greek README.menu README.xvt behind_mrxvt.txt \
hack-mrxvt.txt mrxvt_seq.txt rxvtRef.txt \
xterm-ctlseqs.txt
pre-configure:
perl -pi -e 's,undef HAVE_STDLIB_H,define HAVE_STDLIB_H,g' \
${WRKSRC}/config.h.in
post-install:
${INSTALL_MAN} ${WRKDIR}/mrxvt.1 \
${PREFIX}/man/cat1

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-src_init_c,v 1.1 2007/01/17 14:37:40 ajacoutot Exp $
--- src/init.c.orig Wed Jan 17 15:28:08 2007
+++ src/init.c Wed Jan 17 15:28:44 2007
@@ -41,7 +41,7 @@
# define DEBUG_X
#else
# define DEBUG_LEVEL 0
-# define DEBUG_X
+# undef DEBUG_X
#endif
#if DEBUG_LEVEL