ports/security/sha1collisiondetection/files/patch-Makefile
Steve Wills 001939be42 security/sha1collisiondetection: update to 1.0.3
PR:		235444
Submitted by:	jharris@widomaker.com (maintainer)
2019-02-11 19:38:47 +00:00

11 lines
273 B
Text

--- Makefile.orig 2017-03-27 16:11:23 UTC
+++ Makefile
@@ -33,7 +33,7 @@ INSTALL ?= install
endif
-CFLAGS=-O2 -Wall -Werror -Wextra -pedantic -std=c90 -Ilib
+CFLAGS=-O2 -Wall -Werror -Wextra -pedantic -Ilib
LDFLAGS=
LT_CC:=$(LIBTOOL) --tag=CC --mode=compile $(CC)