ports/sysutils/nmrpflash/files/patch-Makefile
2023-09-16 10:33:08 +02:00

8 lines
179 B
Text

--- Makefile.orig 2023-09-15 09:39:49 UTC
+++ Makefile
@@ -1,4 +1,4 @@
-CC = $(CROSS)gcc
+CC ?= $(CROSS)gcc
STRIP = $(CROSS)strip
PKG_CONFIG ?= pkg-config
PREFIX ?= /usr/local