mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 11:29:15 -04:00
13 lines
588 B
Text
13 lines
588 B
Text
--- Makefile.orig 2021-09-05 02:05:39 UTC
|
|
+++ Makefile
|
|
@@ -5,8 +5,8 @@ B64_OBJS?=src/b64/cencode.o
|
|
FORMAT_OBJS?=src/formats/json.o src/formats/raw.o src/formats/common.o src/formats/custom-type.o
|
|
HTTP_PARSER_OBJS?=src/http-parser/http_parser.o
|
|
|
|
-CFLAGS ?= -Wall -Wextra -Isrc -Isrc/jansson/src -Isrc/http-parser -MD
|
|
-LDFLAGS ?= -levent -pthread
|
|
+CFLAGS += -Isrc -Isrc/jansson/src -Isrc/http-parser -MD -I%%LOCALBASE%%/include -I%%LOCALBASE%%/include/event2
|
|
+LDFLAGS += -levent -pthread -L%%LOCALBASE%%/lib
|
|
|
|
# Pass preprocessor macros to the compile invocation
|
|
CFLAGS += $(CPPFLAGS)
|