From 43581980f8fc9e2a61c3d856b03f0724791a84d7 Mon Sep 17 00:00:00 2001 From: db Date: Fri, 7 Nov 2008 05:45:03 +0000 Subject: - Fix build on 6.0 --- cad/basicdsp/files/patch-Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cad/basicdsp') diff --git a/cad/basicdsp/files/patch-Makefile b/cad/basicdsp/files/patch-Makefile index 96b1b4b5a3ef..122a155aa27c 100644 --- a/cad/basicdsp/files/patch-Makefile +++ b/cad/basicdsp/files/patch-Makefile @@ -1,10 +1,10 @@ ---- Makefile.orig 2008-11-05 11:38:45.000000000 -0500 -+++ Makefile 2008-11-05 11:51:30.000000000 -0500 +--- Makefile.orig 2008-11-06 19:34:34.000000000 +0000 ++++ Makefile 2008-11-07 03:24:20.000000000 +0000 @@ -1,5 +1,5 @@ -CXXFLAGS = -O9 -g -Wall `wx-config --cxxflags` -g -Wall -pg -LDFLAGS = `wx-config --libs` -lm -g -pg -+CXXFLAGS += -g -Wall `%%WX_CONFIG%% --cxxflags` -g -Wall -pg -+LDFLAGS = `%%WX_CONFIG%% --libs` -lm -g -pg ++CXXFLAGS += -g -Wall `%%WX_CONFIG%% --cxxflags` -g -Wall ++LDFLAGS = `%%WX_CONFIG%% --libs` -lm -g OBJS = aboutdialog.o book.o core.o displayslider.o graphframe.o gui.o linux.o vu_meter.o spectrumplot.o fft4g.o wav_streamer.o -- cgit