ports/sysutils/hexpeek/files/patch-test_base_Makefile
Stefan Eßer d37db18065 Fix build on powerpc64
While her let "make test" execute the port's test

Reported by:	linimon
2020-09-25 06:39:23 +00:00

11 lines
264 B
Text

--- test/base/Makefile.orig 2020-08-04 05:58:52 UTC
+++ test/base/Makefile
@@ -28,7 +28,7 @@ SRCDIR := src
BINDIR := bin
EXEC := $(BINDIR)/server $(BINDIR)/client
CC ?= clang
-CFLAGS := -O3 -Wall #-fPIC
+CFLAGS ?= -O3 -Wall #-fPIC
all: $(EXEC)