You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/multimux/files/multimux-0.2.4-makefiles.patch

28 lines
474 B

--- 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)
-
-# DEPENDENCIES
-multimux.o : multimux.c multimux.h multimux_proto.h wave_header.h
+all: multimux
install:
cp multimux /usr/local/bin/