- Fix build on 6.0
This commit is contained in:
parent
9472b85bae
commit
a00af9f9d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222483
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue