From bd4aeefe33e63f613512604e47bfca7b2187697d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 3 Nov 2019 16:06:58 +0000 Subject: gentoo resync : 03.11.2019 --- .../multimux/files/multimux-0.2.4-makefiles.patch | 34 +++++++++++++++------- 1 file changed, 24 insertions(+), 10 deletions(-) (limited to 'media-sound/multimux/files') diff --git a/media-sound/multimux/files/multimux-0.2.4-makefiles.patch b/media-sound/multimux/files/multimux-0.2.4-makefiles.patch index 61ab8b8b395c..108d14eee2b1 100644 --- a/media-sound/multimux/files/multimux-0.2.4-makefiles.patch +++ b/media-sound/multimux/files/multimux-0.2.4-makefiles.patch @@ -1,13 +1,27 @@ -Index: multimux-0.2.4/Makefile -=================================================================== ---- multimux-0.2.4.orig/Makefile -+++ multimux-0.2.4/Makefile -@@ -17,7 +17,7 @@ multimux.o - all: - $(CC) $(CFLAGS) -c $(SRC1) +--- a/Makefile ++++ b/Makefile +@@ -1,9 +1,3 @@ +-CC = gcc +-#CC = g++ +- +- +-#CFLAGS = -O2 -Wall -D_FILE_OFFSET_BITS=64 +-CFLAGS = -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 + LIBRARY = + SRC1 = \ +@@ -12,13 +6,7 @@ + OBJECT1 = \ + multimux.o + +-all: +- $(CC) $(CFLAGS) -c $(SRC1) +- - $(CC) -o multimux $(OBJECT1) $(LIBRARY) -+ $(CC) $(LDFLAGS) -o multimux $(OBJECT1) $(LIBRARY) +- +-# DEPENDENCIES +-multimux.o : multimux.c multimux.h multimux_proto.h wave_header.h ++all: multimux - # DEPENDENCIES - multimux.o : multimux.c multimux.h + install: + cp multimux /usr/local/bin/ -- cgit v1.2.3