]> git.pld-linux.org Git - packages/atmelwlandriver.git/blob - atmelwlandriver-winter-makefile.patch
3210e3d18e1bc840b2bd6eab8b061ce6f98415ef
[packages/atmelwlandriver.git] / atmelwlandriver-winter-makefile.patch
1 --- atmelwlandriver/src/apps/winter/Makefile.rules.orig 2004-08-03 21:44:43.000000000 +0200
2 +++ atmelwlandriver/src/apps/winter/Makefile.rules      2004-08-03 21:54:48.000000000 +0200
3 @@ -5,9 +5,9 @@
4  
5  all: postmake
6  
7 -CC:=$(shell wx-config --cxx)
8 -CFLAGS:=$(shell wx-config --cxxflags) -I$(INC_DIR) -I$(RSRC_DIR) $(ARCH_SPECIFIC_CFLAGS)
9 -CFLAGS1:=$(shell wx-config --libs)
10 +CC:=$(shell wxgtk2-2.4-config --cxx)
11 +CFLAGS:=$(OPT) $(shell wxgtk2-2.4-config --cxxflags) -I$(INC_DIR) -I$(RSRC_DIR) $(ARCH_SPECIFIC_CFLAGS)
12 +CFLAGS1:=$(shell wxgtk2-2.4-config --libs)
13  
14  VPATH:=$(INC_DIR) $(SRC_DIR) $(RSRC_DIR)
15  
16 @@ -20,7 +20,7 @@
17  wxconfig:
18         @config_exists=no;\
19         for path_dir in `echo $(PATH) | tr : ' '`; do\
20 -         if test -f $$path_dir/wx-config; then\
21 +         if test -f $$path_dir/wxgtk2-2.4-config; then\
22             config_exists=yes;\
23           fi\
24         done;\
This page took 0.031518 seconds and 2 git commands to generate.