]> git.pld-linux.org Git - packages/digitemp.git/commitdiff
- updated to 3.6.0 auto/th/digitemp-3_6_0-1 auto/ti/digitemp-3_6_0-1
authorTomasz Pala <gotar@pld-linux.org>
Sun, 14 Sep 2008 18:26:16 +0000 (18:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    digitemp-opt.patch -> 1.2

digitemp-opt.patch

index 18cd75947252c99e9a89c0aa4494c8db90f838a7..e0ca471e44a5c956434ae0dce0450b9856ceeda7 100644 (file)
@@ -1,11 +1,11 @@
 --- digitemp-3.3.2/Makefile.orig       2004-04-25 22:43:42.423912536 +0200
 +++ digitemp-3.3.2/Makefile    2004-04-25 22:44:23.194714432 +0200
-@@ -17,7 +17,7 @@
+@@ -12,7 +12,7 @@
+ VERSION = 3.6.0
  
  CC    = gcc
--CFLAGS        = -I./src -I./userial -O2 # -g -Wall
-+CFLAGS        = -I./src -I./userial $(OPT) # -g -Wall
- LIBS  = -lm
+-CFLAGS        = -I./src -I./userial -O2 -Wall # -g
++CFLAGS        = -I./src -I./userial $(OPT) -Wall # -g
  
- OBJS          =       src/digitemp.o src/device_name.o
+ OBJS          =       src/digitemp.o src/device_name.o src/ds2438.o
+ HDRS          =       src/digitemp.h src/device_name.h
This page took 0.028009 seconds and 4 git commands to generate.