ports/devel/libdlna/files/patch-Makefile
Mathieu Arnold a0bcd2cf68 Use USES=pathfix where applicable.
PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
2016-10-21 15:21:13 +00:00

11 lines
249 B
Text

--- Makefile.orig 2007-11-26 20:47:43 UTC
+++ Makefile
@@ -19,7 +19,7 @@ EXTRADIST = AUTHORS \
SUBDIRS = src \
CFLAGS += -Isrc
-LDFLAGS += -Lsrc -ldlna
+LDFLAGS := -Lsrc -ldlna ${LDFLAGS}
ifeq ($(BUILD_STATIC),yes)
LDFLAGS += $(EXTRALIBS)