ports/benchmarks/netio/files/patch-Makefile
Mathieu Arnold 7ae7b018cc With the power of USES=dos2unix, get rid of most patches and files
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
2016-06-20 16:23:28 +00:00

11 lines
262 B
Text

--- Makefile.orig 2016-06-20 13:21:43 UTC
+++ Makefile
@@ -102,7 +102,7 @@ netio$X: netio$O getopt$O
.SUFFIXES: .c $O
.c$O:
- $(CC) $(CFLAGS) $(INC) -c $*.c
+ $(CC) $(OUT) $@ $(CFLAGS) $(INC) -c $*.c
netio$O: netio.c getopt.h
getopt$O: getopt.c getopt.h