Index: head/devel/samurai/files/patch-Makefile =================================================================== --- head/devel/samurai/files/patch-Makefile (nonexistent) +++ head/devel/samurai/files/patch-Makefile (revision 531755) @@ -0,0 +1,11 @@ +--- Makefile.orig 2020-03-29 00:40:58 UTC ++++ Makefile +@@ -2,7 +2,7 @@ + + PREFIX=/usr/local + MANDIR=$(PREFIX)/share/man +-ALL_CFLAGS=$(CFLAGS) -std=c99 -Wall -Wextra -Wpedantic ++ALL_CFLAGS=$(CFLAGS) -std=c99 -Wall -Wextra + OBJ=\ + build.o\ + deps.o\ Property changes on: head/devel/samurai/files/patch-Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/samurai/files/patch-build.ninja =================================================================== --- head/devel/samurai/files/patch-build.ninja (nonexistent) +++ head/devel/samurai/files/patch-build.ninja (revision 531755) @@ -0,0 +1,9 @@ +--- build.ninja.orig 2020-03-29 00:40:58 UTC ++++ build.ninja +@@ -1,5 +1,5 @@ + cc = cc +-cflags = -Wall -Wextra -std=c99 -pedantic ++cflags = -Wall -Wextra -std=c99 + + rule cc + command = $cc -MD -MF $out.d $cflags -c -o $out $in Property changes on: head/devel/samurai/files/patch-build.ninja ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property