freebsd-ports/misc/trurl/files/patch-Makefile
2024-02-20 08:59:51 +01:00

13 lines
392 B
Text

--- Makefile.orig 2024-02-20 07:14:00 UTC
+++ Makefile
@@ -24,10 +24,6 @@ OBJS = trurl.o
TARGET = trurl
OBJS = trurl.o
-ifndef TRURL_IGNORE_CURL_CONFIG
-LDLIBS += $$(curl-config --libs)
-CFLAGS += $$(curl-config --cflags)
-endif
CFLAGS += -W -Wall -Wshadow -Werror -pedantic
CFLAGS += -Wconversion -Wmissing-prototypes -Wwrite-strings -Wsign-compare -Wno-sign-conversion
ifndef NDEBUG