1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

kind of reroll, removed line was:

[/usr/ports/games/eights] root@k7>diff -b  eights/eights.c eights.c.new
8,9d7
< #define debug
<

Noticed on: bento
This commit is contained in:
Edwin Groothuis 2003-04-01 10:44:26 +00:00
parent 03a03b9be9
commit 7407f5dee6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77913
3 changed files with 13 additions and 2 deletions

View File

@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}
MAINTAINER= bob@fly.homeunix.org
COMMENT= Text based card game, the objective is to get rid of all your cards
WRKSRC= ${WRKDIR}/${PORTNAME}
WRKSRC= ${WRKDIR}
do-build:
@cd ${WRKSRC} && ${CC} ${CFLAGS} ${PORTNAME}.c -o ${PORTNAME}

View File

@ -1 +1 @@
MD5 (eights.tar.gz) = 66a2158343556d0adc26b7b038dcb58d
MD5 (eights.tar.gz) = 4be965e5563ab949c59e18b7c09fd61a

View File

@ -0,0 +1,11 @@
--- eights.c Sun Nov 10 08:50:52 2002
+++ eights.c Sat May 20 12:36:22 2000
@@ -5,6 +5,8 @@
#include <unistd.h>
#include <time.h>
+#define debug
+
#ifdef DEBUG
#undef debug
#define debug printf