From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- .../files/tudor-volumed-0_pre20110427-build.patch | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 media-sound/tudor-volumed/files/tudor-volumed-0_pre20110427-build.patch (limited to 'media-sound/tudor-volumed/files') diff --git a/media-sound/tudor-volumed/files/tudor-volumed-0_pre20110427-build.patch b/media-sound/tudor-volumed/files/tudor-volumed-0_pre20110427-build.patch new file mode 100644 index 000000000000..73a5090665e7 --- /dev/null +++ b/media-sound/tudor-volumed/files/tudor-volumed-0_pre20110427-build.patch @@ -0,0 +1,43 @@ +From: Julian Ospald +Date: Tue May 29 11:49:50 UTC 2012 +Subject: build system + +respect LDFLAGs, CXXFLAGs and CXX + +--- Makefile ++++ Makefile +@@ -3,12 +3,12 @@ + all: $(BIN) + + $(BIN): $(OBJECTS) +- $(CXX) $(CXXFLAGS) $^ -o $(BIN) $(LIBS) -ggdb ++ $(CXX) $(CXXFLAGS) $^ -o $(BIN) $(LDFLAGS) $(LIBS) + + %.o: %.cpp +- $(CXX) $(CXXFLAGS) -c $^ -o $@ -ggdb ++ $(CXX) $(CXXFLAGS) -c $^ -o $@ + + clean: + rm -f $(BIN) $(OBJECTS) + +-.PHONY: clean all +\ No newline at end of file ++.PHONY: clean all +--- config.mk ++++ config.mk +@@ -2,7 +2,7 @@ + + NAME := tudor-volumed + OS := $(shell uname -o) +-CXX := gcc ++CXX ?= gcc + + LIBS := -lX11 -lstdc++ + BIN := $(NAME) +@@ -17,4 +17,4 @@ + ifdef OSSLIBDIR + CXXFLAGS += -DUSE_OSS -I${OSSLIBDIR}/include/sys + OBJECTS += ossmixer.o +-endif +\ No newline at end of file ++endif -- cgit v1.2.3