ports/misc/trurl/files/patch-Makefile

12 lines
312 B
Plaintext

--- Makefile.orig 2023-06-17 10:52:17 UTC
+++ Makefile
@@ -1,7 +1,6 @@
TARGET = trurl
OBJS = trurl.o
-LDLIBS = $$(curl-config --libs)
-CFLAGS += $$(curl-config --cflags) -W -Wall -Wshadow -Werror -pedantic -g -std=gnu99
+CFLAGS+=-W -Wall -Wshadow -Werror -pedantic -g
MANUAL = trurl.1
PREFIX ?= /usr/local