diff options
Diffstat (limited to 'cad')
-rw-r--r-- | cad/basicdsp/files/patch-Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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 |