From fd2578b04147b368fb202080c528ed81d67d9fa5 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 19 Dec 2010 05:17:47 +0000 Subject: [PATCH] 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 6f8c7c556..4b769bfb6 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