From 4e0524180c44e3a33760ded734ca0ab30215cb19 Mon Sep 17 00:00:00 2001 From: "David W. Chapman Jr." Date: Sun, 1 Sep 2002 18:03:45 +0000 Subject: Update to 1.14 PR: 41890 Submitted by: maintainer --- audio/cmt/files/patch-cmt.cpp | 15 --------------- audio/cmt/files/patch-makefile | 10 ++++------ 2 files changed, 4 insertions(+), 21 deletions(-) delete mode 100644 audio/cmt/files/patch-cmt.cpp (limited to 'audio/cmt/files') diff --git a/audio/cmt/files/patch-cmt.cpp b/audio/cmt/files/patch-cmt.cpp deleted file mode 100644 index 6ff333860387..000000000000 --- a/audio/cmt/files/patch-cmt.cpp +++ /dev/null @@ -1,15 +0,0 @@ ---- cmt.cpp.orig Sat Jul 13 20:59:44 2002 -+++ cmt.cpp Sat Jul 13 21:00:21 2002 -@@ -115,9 +115,9 @@ - void CMT_Descriptor:: - addPort(LADSPA_PortDescriptor iPortDescriptor, - const char * pcPortName, -- LADSPA_PortRangeHintDescriptor iHintDescriptor = 0, -- LADSPA_Data fLowerBound = 0, -- LADSPA_Data fUpperBound = 0) { -+ LADSPA_PortRangeHintDescriptor iHintDescriptor, -+ LADSPA_Data fLowerBound, -+ LADSPA_Data fUpperBound) { - - unsigned long lOldPortCount = PortCount; - unsigned long lNewPortCount = PortCount + 1; diff --git a/audio/cmt/files/patch-makefile b/audio/cmt/files/patch-makefile index 8bcb2fc27f52..c302c5df7e1a 100644 --- a/audio/cmt/files/patch-makefile +++ b/audio/cmt/files/patch-makefile @@ -1,13 +1,11 @@ ---- makefile.orig Sat Jul 13 20:54:06 2002 -+++ makefile Sat Jul 13 20:56:15 2002 -@@ -12,9 +12,9 @@ - # GENERAL +--- src/makefile.orig Sat May 18 20:27:15 2002 ++++ src/makefile Thu Aug 22 12:07:51 2002 +@@ -13,8 +13,8 @@ # --INCLUDES = -I/usr/local/include/ + INCLUDES = -I/usr/local/include/ -CFLAGS = $(INCLUDES) -Wall -Werror -O3 -fPIC -CXXFLAGS = $(CFLAGS) -+INCLUDES = -I${LOCALBASE}/include/ +CFLAGS += $(INCLUDES) -Wall -Werror -fPIC +CXXFLAGS += $(CFLAGS) PLUGIN_LIB = ../plugins/cmt.so -- cgit v1.2.3