Skip to content

Commit

Permalink
media-video/makemkv: multilib-strict fix, closes #603428
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.3
  • Loading branch information
chewi committed Dec 22, 2016
1 parent a688c25 commit 3ce567c
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions media-video/makemkv/files/makemkv-makefile.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
--- makemkv-oss-1.9.3/Makefile.in.orig 2015-06-02 13:34:00.000000000 +0200
+++ makemkv-oss-1.9.3/Makefile.in 2015-06-04 12:32:29.752291023 +0200
@@ -47,7 +47,7 @@
--- makemkv-oss-1.10.3/Makefile.in.orig 2016-12-11 16:14:27.000000000 +0000
+++ makemkv-oss-1.10.3/Makefile.in 2016-12-22 23:11:24.248995344 +0000
@@ -6,11 +6,12 @@

CFLAGS=@CFLAGS_OPT@ -D_linux_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS
DESTDIR=@DESTDIR@
-PREFIX=@prefix@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
ENABLE_GUI=@ENABLE_GUI@
-LIBDIR=$(PREFIX)/lib
-BINDIR=$(PREFIX)/bin
-DATADIR=$(PREFIX)/share
+LIBDIR=@libdir@
+BINDIR=@bindir@
+DATADIR=@datadir@
FFMPEG_CFLAGS=@ffmpeg_CFLAGS@
FFMPEG_LIBS=@ffmpeg_LIBS@
INSTALL=@INSTALL@
@@ -47,7 +46,7 @@
endif

out/%: out/%.full
Expand All @@ -9,7 +26,7 @@

out/libdriveio.so.0.full:
mkdir -p out
@@ -91,5 +91,5 @@
@@ -91,5 +90,5 @@

tmp/image_data.o : makemkvgui/bin/image_data.bin
mkdir -p tmp
Expand Down

0 comments on commit 3ce567c

Please sign in to comment.