ports/cad/basicdsp/files/patch-Makefile
2008-11-07 05:45:03 +00:00

22 lines
703 B
Plaintext

--- 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
+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
@@ -7,8 +7,8 @@
gui.o: help.h gui.cpp
-help.h: help_variables.html help_functions.html
- ./mkhelp > help.h
+#help.h: help_variables.html help_functions.html
+# ./mkhelp > help.h
basicdsp: help.h $(OBJS)
g++ $(LDFLAGS) $(OBJS) -o basicdsp