From 4c187cfcc33c485850c658d2cc98adb9bfeadc82 Mon Sep 17 00:00:00 2001 From: yogib Date: Thu, 12 Aug 2004 21:13:12 +0000 Subject: [PATCH] - makefile patch for fucd app of atmelwlandriver Changed files: atmelwlandriver-fucd-makefile.patch -> 1.1 --- atmelwlandriver-fucd-makefile.patch | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 atmelwlandriver-fucd-makefile.patch diff --git a/atmelwlandriver-fucd-makefile.patch b/atmelwlandriver-fucd-makefile.patch new file mode 100644 index 0000000..f04e7ec --- /dev/null +++ b/atmelwlandriver-fucd-makefile.patch @@ -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;\ -- 2.43.0