ports/net/mosquitto/patches/patch-test_lib_c_Makefile

12 lines
283 B
Text

Index: test/lib/c/Makefile
--- test/lib/c/Makefile.orig
+++ test/lib/c/Makefile
@@ -3,7 +3,7 @@ include ../../../config.mk
.PHONY: all clean reallyclean
CFLAGS=-I../../../include -Werror
-LIBS=../../../lib/libmosquitto.so.1
+LIBS=${WRKLIB}
SRC = \
01-con-discon-success.c \