bogus patch

This commit is contained in:
naddy 2007-11-03 15:20:37 +00:00
parent 3b08865b7c
commit 5702e27e39
2 changed files with 4 additions and 13 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2007/09/15 18:01:04 simon Exp $
# $OpenBSD: Makefile,v 1.21 2007/11/03 15:20:37 naddy Exp $
COMMENT= X11 version of the popular board game
@ -18,6 +18,9 @@ CONFIGURE_STYLE=imake noman
USE_X11= Yes
NO_REGRESS= Yes
post-extract:
@rm -f ${WRKSRC}/Xc/*.orig
pre-configure:
@/usr/bin/perl -pi.bak -e "s|\@XSCRABBLEDIR\@|${PREFIX}/lib/X11/xscrabble|;" \
${WRKSRC}/Imakefile ${WRKSRC}/XScrabble.ad ${WRKSRC}/src/main.c

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-Xc_Control_c,v 1.1 2007/10/26 21:19:17 ajacoutot Exp $
--- Xc/Control.c.orig Sun Nov 5 13:17:43 1995
+++ Xc/Control.c Sun Nov 5 13:17:43 1995
@@ -547,7 +547,7 @@ char ch;
*dest = ch;
}
- dest = NULL;
+ *dest = 0;
} /* end of ToLower */