From 6bdcaa3ef5ed7875a8eb564471f4493557b63e20 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Thu, 30 May 2002 16:53:07 +0000 Subject: add cmt 1.12 The Computer Music Toolkit (CMT) is a collection of LADSPA plugins PR: 37970 Submitted by: Tilman Linneweh --- audio/cmt/files/patch-makefile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 audio/cmt/files/patch-makefile (limited to 'audio/cmt/files') diff --git a/audio/cmt/files/patch-makefile b/audio/cmt/files/patch-makefile new file mode 100644 index 000000000000..6a7f997c68a9 --- /dev/null +++ b/audio/cmt/files/patch-makefile @@ -0,0 +1,22 @@ +--- makefile.orig Tue Sep 18 00:15:28 2001 ++++ makefile Sun May 12 00:46:39 2002 +@@ -12,9 +12,7 @@ + # GENERAL + # + +-INCLUDES = -I/usr/local/include/ +-CFLAGS = $(INCLUDES) -Wall -Werror -O3 -fPIC +-CXXFLAGS = $(CFLAGS) ++CXXFLAGS += -I/usr/local/include/ + PLUGIN_LIB = ../plugins/cmt.so + + ############################################################################### +@@ -61,7 +59,7 @@ + targets: $(PLUGIN_LIB) + + $(PLUGIN_LIB): $(PLUGIN_OBJECTS) +- $(CXX) -shared \ ++ $(CXX) ${CXXFLAGS} -shared \ + -o $(PLUGIN_LIB) \ + $(PLUGIN_OBJECTS) + -- cgit v1.2.3