updated on Wed Jan 18 04:00:29 UTC 2012
[aur-mirror.git] / blat / common.mk.patch
blob65e68db4cc9226622853f440ac99f67b86e3b8d9
1 --- blatSrc/inc/common.mk 2010-01-05 15:31:32.916902685 -0700
2 +++ blatSrc/inc/common.mk2 2010-01-05 15:30:06.476911176 -0700
3 @@ -9,12 +9,12 @@
5 # Stronger warning checks, and warnings-->errors, for libraries and CGIs:
6 ifeq (darwin,$(findstring darwin,${OSTYPE}))
7 + HG_WARN_ERR = -DJK_WARN -Wall -Wno-unused-variable
8 - HG_WARN_ERR = -DJK_WARN -Wall -Werror -Wno-unused-variable
9 else
10 ifeq (solaris,$(findstring solaris,${OSTYPE}))
11 HG_WARN_ERR = -DJK_WARN -Wall
12 else
13 + HG_WARN_ERR = -DJK_WARN -Wall
14 - HG_WARN_ERR = -DJK_WARN -Wall -Werror
15 endif
16 endif
17 # Apply the stronger checks to all code on our development machine:
18 @@ -33,7 +33,7 @@
19 CGI_BIN=/usr/local/apache/cgi-bin
20 endif
21 ifeq (${BINDIR},)
22 + BINDIR = ${INSTALL_ROOT}/usr/bin
23 - BINDIR = ${HOME}/bin/${MACHTYPE}
24 endif
25 MKDIR=mkdir -p
26 ifeq (${STRIP},)