]> git.pld-linux.org Git - packages/atmelwlandriver.git/blame - atmelwlandriver-winter-makefile.patch
- added BR: ncurses-ext-devel, moved vnetrc in %%install to kernel space
[packages/atmelwlandriver.git] / atmelwlandriver-winter-makefile.patch
CommitLineData
dd720771 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 wxgtk-2.4-config --cxx)
11+CFLAGS:=$(OPT) $(shell wxgtk-2.4-config --cxxflags) -I$(INC_DIR) -I$(RSRC_DIR) $(ARCH_SPECIFIC_CFLAGS)
12+CFLAGS1:=$(shell wxgtk-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/wxgtk-2.4-config; then\
22 config_exists=yes;\
23 fi\
24 done;\
This page took 0.067196 seconds and 4 git commands to generate.