]> git.pld-linux.org Git - packages/atmelwlandriver.git/blobdiff - atmelwlandriver-winter-makefile.patch
- updated to 3.4.1.0
[packages/atmelwlandriver.git] / atmelwlandriver-winter-makefile.patch
index 83680352ef8e27c6e35a4cf2c0ed9c9780318826..3210e3d18e1bc840b2bd6eab8b061ce6f98415ef 100644 (file)
@@ -7,9 +7,9 @@
 -CC:=$(shell wx-config --cxx)
 -CFLAGS:=$(shell wx-config --cxxflags) -I$(INC_DIR) -I$(RSRC_DIR) $(ARCH_SPECIFIC_CFLAGS)
 -CFLAGS1:=$(shell wx-config --libs)
-+CC:=$(shell wxgtk-2.4-config --cxx)
-+CFLAGS:=$(OPT) $(shell wxgtk-2.4-config --cxxflags) -I$(INC_DIR) -I$(RSRC_DIR) $(ARCH_SPECIFIC_CFLAGS)
-+CFLAGS1:=$(shell wxgtk-2.4-config --libs)
++CC:=$(shell wxgtk2-2.4-config --cxx)
++CFLAGS:=$(OPT) $(shell wxgtk2-2.4-config --cxxflags) -I$(INC_DIR) -I$(RSRC_DIR) $(ARCH_SPECIFIC_CFLAGS)
++CFLAGS1:=$(shell wxgtk2-2.4-config --libs)
  
  VPATH:=$(INC_DIR) $(SRC_DIR) $(RSRC_DIR)
  
@@ -18,7 +18,7 @@
        @config_exists=no;\
        for path_dir in `echo $(PATH) | tr : ' '`; do\
 -        if test -f $$path_dir/wx-config; then\
-+        if test -f $$path_dir/wxgtk-2.4-config; then\
++        if test -f $$path_dir/wxgtk2-2.4-config; then\
            config_exists=yes;\
          fi\
        done;\
This page took 0.066668 seconds and 4 git commands to generate.