]> git.pld-linux.org Git - packages/atmelwlandriver.git/commitdiff
- makefile patch for fucd app of atmelwlandriver
authoryogib <yogib@pld-linux.org>
Thu, 12 Aug 2004 21:13:12 +0000 (21:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    atmelwlandriver-fucd-makefile.patch -> 1.1

atmelwlandriver-fucd-makefile.patch [new file with mode: 0644]

diff --git a/atmelwlandriver-fucd-makefile.patch b/atmelwlandriver-fucd-makefile.patch
new file mode 100644 (file)
index 0000000..f04e7ec
--- /dev/null
@@ -0,0 +1,25 @@
+--- atmelwlandriver/src/apps/fw-upgrade/Makefile.orig  2004-08-12 22:31:50.000000000 +0200
++++ atmelwlandriver/src/apps/fw-upgrade/Makefile       2004-08-12 22:34:26.000000000 +0200
+@@ -3,10 +3,10 @@
+ #########################################
+-CC:=$(shell wx-config --cxx)
++CC:=$(shell wxgtk-2.4-config --cxx)
+ CCC:=gcc
+-CFLAGS:=$(shell wx-config --cxxflags) 
+-CFLAGS1:=$(shell wx-config --libs)
++CFLAGS:=$(OPT) $(shell wxgtk-2.4-config --cxxflags) 
++CFLAGS1:=$(OPT) $(shell wxgtk-2.4-config --libs)
+ CCFLAGS:=$(OPT)
+ OUTDIR:="/usr/local/bin"
+@@ -34,7 +34,7 @@
+ wxconfig:
+       @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\
+           config_exists=yes;\
+         fi\
+       done;\
This page took 0.072723 seconds and 4 git commands to generate.