about summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 6d96d60..d730bd1 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -6,7 +6,7 @@ OS := $(shell uname)
 
 ifeq ($(OS),OpenBSD)
 LOCALBASE=/usr/local
-CFLAGS+=-I$(LOCALBASE)/include -pthread
+override CFLAGS+=-I$(LOCALBASE)/include -pthread
 LDLIBS=-L$(LOCALBASE)/lib -liconv -pthread
 endif