Index: Makefile =================================================================== --- Makefile (revision 478093) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= void-zones-tools DISTVERSIONPREFIX= v DISTVERSION= 1.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= dns MAINTAINER= vidar@karlsen.tech Index: files/patch-Makefile =================================================================== --- files/patch-Makefile (nonexistent) +++ files/patch-Makefile (working copy) @@ -0,0 +1,19 @@ +--- Makefile.orig 2018-08-26 02:54:47 UTC ++++ Makefile +@@ -25,15 +25,7 @@ + + CC ?= clang + +-.if $(MACHINE) == "i386" || $(MACHINE) == "amd64" || $(MACHINE) == "x86_64" +-CFLAGS = $(CDEFS) -march=native -mssse3 -ffast-math +-.elif $(MACHINE) == "arm" +-CFLAGS = $(CDEFS) -fsigned-char +-.else +-CFLAGS = $(CDEFS) +-.endif +- +-CFLAGS += -std=c11 -g0 -Ofast -fstrict-aliasing -Wno-parentheses ++CFLAGS += -std=c11 -fstrict-aliasing -Wno-parentheses + PREFIX ?= /usr/local + + HEADERS = binutils.h store.h Property changes on: 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