forked from Lainports/freebsd-ports
11 lines
459 B
Text
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)
|