diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-01 18:44:26 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-01 18:44:26 +0800 |
commit | 4d0c4776a358418b9873a5d4a43d61abc5a9a469 (patch) | |
tree | 8026bc17f4d51f2e541840c8f5a24ea00979cb42 /games | |
parent | 099a687479bdd37f28a00172bf75b08a0e3dc3a2 (diff) | |
download | freebsd-ports-gnome-4d0c4776a358418b9873a5d4a43d61abc5a9a469.tar.gz freebsd-ports-gnome-4d0c4776a358418b9873a5d4a43d61abc5a9a469.tar.zst freebsd-ports-gnome-4d0c4776a358418b9873a5d4a43d61abc5a9a469.zip |
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
Diffstat (limited to 'games')
-rw-r--r-- | games/eights/Makefile | 2 | ||||
-rw-r--r-- | games/eights/distinfo | 2 | ||||
-rw-r--r-- | games/eights/files/patch-eights.c | 11 |
3 files changed, 13 insertions, 2 deletions
diff --git a/games/eights/Makefile b/games/eights/Makefile index 294729379444..89f81a4a3ec7 100644 --- a/games/eights/Makefile +++ b/games/eights/Makefile @@ -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} diff --git a/games/eights/distinfo b/games/eights/distinfo index 0e9098174b81..510ef68d29c6 100644 --- a/games/eights/distinfo +++ b/games/eights/distinfo @@ -1 +1 @@ -MD5 (eights.tar.gz) = 66a2158343556d0adc26b7b038dcb58d +MD5 (eights.tar.gz) = 4be965e5563ab949c59e18b7c09fd61a diff --git a/games/eights/files/patch-eights.c b/games/eights/files/patch-eights.c new file mode 100644 index 000000000000..51aac5ea1aa7 --- /dev/null +++ b/games/eights/files/patch-eights.c @@ -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
|