From 025f81de3e74b38c7ec791f4cedac236fd00526b Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 19 Dec 2010 05:17:47 +0000 Subject: [PATCH] [packages] minidlna: remove explicit -lintl from patch and let configure figure it out SVN-Revision: 24713 --- multimedia/minidlna/patches/002-makefile-tweaks.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/minidlna/patches/002-makefile-tweaks.patch b/multimedia/minidlna/patches/002-makefile-tweaks.patch index 6f8c7c5566..4b769bfb60 100644 --- a/multimedia/minidlna/patches/002-makefile-tweaks.patch +++ b/multimedia/minidlna/patches/002-makefile-tweaks.patch @@ -30,7 +30,7 @@ ALLOBJS = $(BASEOBJS) $(LNXOBJS) -LIBS = -lpthread -lexif -ljpeg -lsqlite3 -lavformat -lid3tag -lFLAC -lvorbis -+LIBS = -lintl -liconv -lpthread -lexif -ljpeg -lsqlite3 -lavformat -lid3tag -lFLAC -lvorbis -luuid ++LIBS = -liconv -lpthread -lexif -ljpeg -lsqlite3 -lavformat -lid3tag -lFLAC -lvorbis -luuid #STATIC_LINKING: LIBS = -lvorbis -logg -lm -lsqlite3 -lpthread -lexif -ljpeg -lFLAC -lm -lid3tag -lz -lavformat -lavutil -lavcodec -lm TESTUPNPDESCGENOBJS = testupnpdescgen.o upnpdescgen.o -- 2.30.2