summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-10-17 11:00:10 +0200
committerDavid Seifert <soap@gentoo.org>2019-10-17 11:00:10 +0200
commit8b3faf702851a237f77817e8f1d45c4907b4e7bc (patch)
tree7d0d3954274865bc3adce655455c1fc1e455c2a3 /media-sound/multimux/files
parentpackage.mask: Last rite media-sound/mserv (diff)
downloadgentoo-8b3faf702851a237f77817e8f1d45c4907b4e7bc.tar.gz
gentoo-8b3faf702851a237f77817e8f1d45c4907b4e7bc.tar.bz2
gentoo-8b3faf702851a237f77817e8f1d45c4907b4e7bc.zip
media-sound/multimux: Port to EAPI 7
Bug: https://bugs.gentoo.org/697274 Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-sound/multimux/files')
-rw-r--r--media-sound/multimux/files/multimux-0.2.4-makefiles.patch34
1 files changed, 24 insertions, 10 deletions
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/