freebsd-ports/sysutils/superiotool/files/patch-Makefile
Nuno Teixeira 8a66c1bf02 sysutils/superiotool: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-22 20:18:19 +00: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)