diff options
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 - - - |