]> git.pld-linux.org Git - packages/atmelwlandriver.git/blob - atmelwlandriver-fucd-makefile.patch
- make it build with new kernel
[packages/atmelwlandriver.git] / atmelwlandriver-fucd-makefile.patch
1 --- atmelwlandriver/src/apps/fw-upgrade/Makefile.orig   2004-08-12 22:31:50.000000000 +0200
2 +++ atmelwlandriver/src/apps/fw-upgrade/Makefile        2004-08-12 22:34:26.000000000 +0200
3 @@ -3,10 +3,10 @@
4  #########################################
5  
6  
7 -CC:=$(shell wx-config --cxx)
8 +CC:=$(shell wxgtk-2.4-config --cxx)
9  CCC:=gcc
10 -CFLAGS:=$(shell wx-config --cxxflags) 
11 -CFLAGS1:=$(shell wx-config --libs)
12 +CFLAGS:=$(OPT) $(shell wxgtk-2.4-config --cxxflags) 
13 +CFLAGS1:=$(OPT) $(shell wxgtk-2.4-config --libs)
14  CCFLAGS:=$(OPT)
15  OUTDIR:="/usr/local/bin"
16  
17 @@ -34,7 +34,7 @@
18  wxconfig:
19         @config_exists=no;\
20         for path_dir in `echo $(PATH) | tr : ' '`; do\
21 -         if test -f $$path_dir/wx-config; then\
22 +         if test -f $$path_dir/wxgtk-2.4-config; then\
23             config_exists=yes;\
24           fi\
25         done;\
This page took 0.020681 seconds and 3 git commands to generate.