freebsd-ports/textproc/libcyaml/files/patch-Makefile
Yuri Victorovich 976ec618a4 textproc/libcyaml: Update 1.0.0 -> 1.0.1
Reported by:	portscout
2020-02-13 03:24:35 +00:00

11 lines
296 B
Text

--- Makefile.orig 2020-02-11 21:06:54 UTC
+++ Makefile
@@ -42,7 +42,7 @@ INCLUDEDIR ?= include
CC ?= gcc
AR ?= ar
MKDIR = mkdir -p
-INSTALL ?= install -c -D
+INSTALL ?= install -c
VALGRIND = valgrind --leak-check=full --track-origins=yes
VERSION_FLAGS = -DVERSION_MAJOR=$(VERSION_MAJOR) \