summaryrefslogtreecommitdiff
path: root/package/digitemp/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-06-04 19:46:59 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-06-04 19:46:59 +0200
commit2d3aaf1664850031f5497e121dc82ab65f63641a (patch)
tree1f47409b226de94bc856652935ae00a98a8d3c1a /package/digitemp/patches
parentdfc1b1e7d8d180ce72b70ef0b629ee45fd4e2674 (diff)
rename symbol and remove old orig patch files
Diffstat (limited to 'package/digitemp/patches')
-rw-r--r--package/digitemp/patches/patch-Makefile.orig14
1 files changed, 0 insertions, 14 deletions
diff --git a/package/digitemp/patches/patch-Makefile.orig b/package/digitemp/patches/patch-Makefile.orig
deleted file mode 100644
index b42427f23..000000000
--- a/package/digitemp/patches/patch-Makefile.orig
+++ /dev/null
@@ -1,14 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- digitemp-3.6.0.orig/Makefile 2008-08-28 23:37:00.000000000 +0200
-+++ digitemp-3.6.0/Makefile 2009-06-01 20:03:24.000000000 +0200
-@@ -11,8 +11,8 @@
-
- VERSION = 3.6.0
-
--CC = gcc
--CFLAGS = -I./src -I./userial -O2 -Wall # -g
-+CC ?= gcc
-+CFLAGS = -I./src -I./userial
-
- OBJS = src/digitemp.o src/device_name.o src/ds2438.o
- HDRS = src/digitemp.h src/device_name.h