diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-07 17:18:06 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-07 17:18:06 +0000 |
commit | ce452499ffd7257235b0a6f13a8cea6f9985b6ef (patch) | |
tree | 75ab02346cdc119a2d689594461fd68b5b977132 /archivers/bitbox/files/patch-makefile | |
parent | Add JNetHack 3.4.0-0.6. This port was repocopied from (diff) |
remove bitbox
according to bento's log, it's unfetchable for 1 year
Notes
Notes:
svn path=/head/; revision=62572
Diffstat (limited to 'archivers/bitbox/files/patch-makefile')
-rw-r--r-- | archivers/bitbox/files/patch-makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/archivers/bitbox/files/patch-makefile b/archivers/bitbox/files/patch-makefile deleted file mode 100644 index 1b688761fe15..000000000000 --- a/archivers/bitbox/files/patch-makefile +++ /dev/null @@ -1,13 +0,0 @@ ---- makefile.orig Mon Apr 9 01:41:48 2001 -+++ makefile Mon Apr 2 02:26:37 2001 -@@ -1,8 +1,8 @@ - bitbox: bitbox.o -- gcc bitbox.o -o bitbox -lz -+ ${CC} ${CFLAGS} bitbox.o -o bitbox -lz -L${LOCALBASE}/lib -lgnugetopt - - bitbox.o: bitbox.c bitbox.h -- gcc -Wall -c bitbox.c -o bitbox.o -+ ${CC} ${CFLAGS} -I${LOCALBASE}/include -c bitbox.c -o bitbox.o - - - |