ports/sysutils/ioping/files/patch-Makefile
Po-Chuan Hsieh 3927c7ed8c
sysutils/ioping: Update to 1.3
- Update manpage location (003a571d1d6585196545295efc181514f171c4c4, r523104)

Changes:	https://github.com/koct9i/ioping/releases
		https://github.com/koct9i/ioping/blob/master/changelog
2022-09-01 02:49:30 +08:00

12 lines
295 B
Plaintext

--- Makefile.orig 2022-08-24 08:30:48 UTC
+++ Makefile
@@ -35,7 +35,7 @@ MINGW = x86_64-w64-mingw32-
MINGW_CFLAGS = -specs=ucrt-spec -Wno-format
MINGW_LIBS = -lm
-CC = $(CROSS_COMPILE)gcc
+#CC = $(CROSS_COMPILE)gcc
STRIP = $(CROSS_COMPILE)strip
TARGET = $(shell ${CC} -dumpmachine)