]> git.pld-linux.org Git - packages/LinWSJT.git/blame - LinWSJT-Makefile.patch
- pass optflags to make, switched to wxGTK2
[packages/LinWSJT.git] / LinWSJT-Makefile.patch
CommitLineData
eb15fb5f 1--- LinWSJT-0.4.6/Makefile Wed Jun 11 21:46:24 2003
13bc8381 2+++ LinWSJT/Makefile Wed Aug 6 00:27:02 2003
eb15fb5f 3@@ -1,14 +1,14 @@
4-BINDIR=/usr/local/bin
5+BINDIR=/usr/bin
6
7-export CC := $(shell wx-config --cxx)
8+export CC := $(shell wxgtk-2.4-config --cxx)
9
10-export LDFLAGS := $(shell wx-config --ldflags)
11-#export LDFLAGS := -g $(shell wx-config --ldflags)
12+export LDFLAGS := $(shell wxgtk-2.4-config --ldflags)
13+#export LDFLAGS := -g $(shell wxgtk-2.4-config --ldflags)
14
15-export LIBS := -lfftw -lsndfile $(shell wx-config --libs)
16+export LIBS := -lfftw -lsndfile $(shell wxgtk-2.4-config --libs)
17
18-export CFLAGS := -O2 -Wall -march=pentium -I.. $(shell wx-config --cxxflags)
19-#export CFLAGS := -g -O2 -Wall -march=pentium -I.. $(shell wx-config --cxxflags)
13bc8381 20+export CFLAGS := -O2 -Wall -I.. $(shell wxgtk-2.4-config --cxxflags)
eb15fb5f 21+#export CFLAGS := -g -O2 -Wall -march=pentium -I.. $(shell wxgtk-2.4-config --cxxflags)
22
23 all: FSK441 JT44
24
25@@ -37,8 +37,8 @@
26 make -C jt44
27
28 install: FSK441 JT44
29- install -g bin -o root -m 0775 FSK441 $(BINDIR)
30- install -g bin -o root -m 0775 JT44 $(BINDIR)
31+ install -m 0775 FSK441 $(DESTDIR)$(BINDIR)
32+ install -m 0775 JT44 $(DESTDIR)$(BINDIR)
33
34 clean:
35 rm -f core FSK441 JT44 *.o *~ *.bak
This page took 0.041568 seconds and 4 git commands to generate.