Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 67133
Collapse All | Expand All

(-)xapply-3.4.orig/bin/xapply/Make.host (-2 / +2 lines)
Lines 6-12 Link Here
6
SHELL=/bin/sh
6
SHELL=/bin/sh
7
PROG=	xapply
7
PROG=	xapply
8
BIN=	${DESTDIR}'ifdef(`DSPD_SUPPORT',
8
BIN=	${DESTDIR}'ifdef(`DSPD_SUPPORT',
9
`/opt/fedex/support/bin',`/usr/local/bin')`
9
`/opt/fedex/support/bin',`/usr/bin')`
10
DOC=	${DESTDIR}'ifdef(`DSPD_SUPPORT',
10
DOC=	${DESTDIR}'ifdef(`DSPD_SUPPORT',
11
`/opt/fedex/support/man',`/usr/local/man')`
11
`/opt/fedex/support/man',`/usr/local/man')`
12
12
Lines 19-25 Link Here
19
DEBUG=	
19
DEBUG=	
20
CDEFS=  -D'HOSTTYPE`'ifelse(
20
CDEFS=  -D'HOSTTYPE`'ifelse(
21
HOSTTYPE,`NEXT2',` -Dpid_t=int')`
21
HOSTTYPE,`NEXT2',` -Dpid_t=int')`
22
CFLAGS= ${DEBUG} ${CDEFS} ${INCLUDE}
22
CFLAGS+= ${DEBUG} ${CDEFS} ${INCLUDE}
23
23
24
GENC=	main.c
24
GENC=	main.c
25
GENH=	main.h
25
GENH=	main.h

Return to bug 67133