opnsense-ports/sysutils/superiotool/files/patch-Makefile
Franco Fichtner 197a600a8a sysutils/superiotool: sync with upstream
Taken from: FreeBSD
2024-03-26 12:25:35 +01:00

11 lines
459 B
Text

--- Makefile.orig 2022-10-16 20:14:31 UTC
+++ Makefile
@@ -8,7 +8,7 @@ PREFIX ?= /usr/local
# Set the superiotool version string to the output of 'git describe'.
-VERSION := -D'SUPERIOTOOL_VERSION="$(shell git describe 2>/dev/null)"'
+#VERSION := -D'SUPERIOTOOL_VERSION="$(shell git describe 2>/dev/null)"'
CFLAGS += -O2 -Wall -Wstrict-prototypes -Wundef -Wstrict-aliasing \
-Werror-implicit-function-declaration -ansi -pedantic $(VERSION)