Merge branch 'fixes'
authorJunio C Hamano <junkio@cox.net>
Mon, 10 Oct 2005 23:17:02 +0000 (16:17 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 10 Oct 2005 23:17:02 +0000 (16:17 -0700)
1  2 
Makefile
diff --combined Makefile
index 68433669949494734cd6a9efab9dac00fe5980fd,e67d0e78228d186a4358ede07bb686bbac53678b..39d13613ad180da355a42c04868de53d43987174
+++ b/Makefile
@@@ -48,7 -48,7 +48,7 @@@
  
  # DEFINES += -DUSE_STDEV
  
 -GIT_VERSION = 0.99.8
 +GIT_VERSION = 0.99.8c
  
  CFLAGS = -g -O2 -Wall
  ALL_CFLAGS = $(CFLAGS) $(PLATFORM_DEFINES) $(DEFINES)
@@@ -180,6 -180,7 +180,7 @@@ ifneq (,$(findstring arm,$(shell uname 
        ARM_SHA1 = YesPlease
  endif
  ifeq ($(shell uname -s),OpenBSD)
+       NO_STRCASESTR = YesPlease
        NEEDS_LIBICONV = YesPlease
        PLATFORM_DEFINES += -I/usr/local/include -L/usr/local/lib
  endif