mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
12 lines
264 B
Plaintext
12 lines
264 B
Plaintext
--- 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)
|
|
|