diff options
Diffstat (limited to 'devel/libdlna')
-rw-r--r-- | devel/libdlna/Makefile | 3 | ||||
-rw-r--r-- | devel/libdlna/files/patch-Makefile | 9 |
2 files changed, 2 insertions, 10 deletions
diff --git a/devel/libdlna/Makefile b/devel/libdlna/Makefile index 2cc105906db8..e2f3c29bf1f0 100644 --- a/devel/libdlna/Makefile +++ b/devel/libdlna/Makefile @@ -17,7 +17,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg HAS_CONFIGURE= yes -USES= gmake localbase pkgconfig tar:bzip2 +USES= gmake localbase pathfix pkgconfig tar:bzip2 +PATHFIX_MAKEFILEIN= Makefile USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes diff --git a/devel/libdlna/files/patch-Makefile b/devel/libdlna/files/patch-Makefile index 6cefb4d36883..a28e8fc2e2af 100644 --- a/devel/libdlna/files/patch-Makefile +++ b/devel/libdlna/files/patch-Makefile @@ -1,14 +1,5 @@ --- Makefile.orig 2007-11-26 20:47:43 UTC +++ Makefile -@@ -4,7 +4,7 @@ endif - include config.mak - - DISTFILE = libdlna-$(VERSION).tar.bz2 --PKGCONFIG_DIR = $(libdir)/pkgconfig -+PKGCONFIG_DIR = $(prefix)/libdata/pkgconfig - PKGCONFIG_FILE = libdlna.pc - - LIBTEST = test-libdlna @@ -19,7 +19,7 @@ EXTRADIST = AUTHORS \ SUBDIRS = src \ |