SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
archivers/macutil/patches/patch-crc_makefile
Normal file
17
archivers/macutil/patches/patch-crc_makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
--- crc/makefile.orig Fri Oct 25 17:27:17 2002
|
||||
+++ crc/makefile Fri Oct 25 17:29:27 2002
|
||||
@@ -1,4 +1,4 @@
|
||||
-CFLAGS = -O $(CF)
|
||||
+CFLAGS = $(CF)
|
||||
CRCC = arc.c ccitt.c kermit.c binhex.c ccitt32.c zip.c
|
||||
CRCO = arc.o ccitt.o kermit.o binhex.o ccitt32.o zip.o
|
||||
|
||||
@@ -16,7 +16,7 @@ $(CRCC): makecrc
|
||||
./makecrc
|
||||
|
||||
makecrc: makecrc.o
|
||||
- cc -O -o makecrc makecrc.o
|
||||
+ ${CC} ${CFLAGS} -o makecrc makecrc.o
|
||||
|
||||
arc.o: arc.c
|
||||
ccitt.o: ccitt.c
|
Loading…
Add table
Add a link
Reference in a new issue