View | Details | Raw Unified | Return to bug 126613
Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 2-8 Link Here
2
# Date created:                2000-12-26
2
# Date created:                2000-12-26
3
# Whom:                        Christian Weisgerber <naddy@mips.inka.de>
3
# Whom:                        Christian Weisgerber <naddy@mips.inka.de>
4
#
4
#
5
# $FreeBSD: ports/shells/ksh93/Makefile,v 1.51 2008/02/15 18:16:56 miwi Exp $
5
# $FreeBSD: ports/shells/ksh93/Makefile,v 1.52 2008/07/25 12:48:42 pav Exp $
6
#
6
#
7
# Make sure that your configuration DOES NOT set AN?Y gcc-related
7
# Make sure that your configuration DOES NOT set AN?Y gcc-related
8
# variables.  ksh93 will not compile if you set even the seemingly
8
# variables.  ksh93 will not compile if you set even the seemingly
Lines 28-40 Link Here
28
28
29
MANUAL_PACKAGE_BUILD=Doesn't build in tinderbox environment
29
MANUAL_PACKAGE_BUILD=Doesn't build in tinderbox environment
30
30
31
VERSION=	2008-02-02
31
VERSION=	2008-07-25
32
RESTRICTED=	Source recipient must acknowledge license
32
RESTRICTED=	Source recipient must acknowledge license
33
33
34
FETCH_ENV=	HTTP_AUTH='basic:*:I accept www.opensource.org/licenses/cpl:.'
34
FETCH_ENV=	HTTP_AUTH='basic:*:I accept www.opensource.org/licenses/cpl:.'
35
FETCH_CMD=	/usr/bin/fetch -Rr		# see bin/76134
35
FETCH_CMD=	/usr/bin/fetch -Rr		# see bin/76134
36
NO_WRKSUBDIR=	yes
36
NO_WRKSUBDIR=	yes
37
MAKE_ENV=	CCFLAGS="${CFLAGS}" SHELL="${SH}"
37
MAKE_ENV=	CCFLAGS="${CFLAGS}"
38
.if defined(WANT_STATIC)
38
.if defined(WANT_STATIC)
39
MAKE_ENV+=	LDFLAGS=-static
39
MAKE_ENV+=	LDFLAGS=-static
40
.endif
40
.endif

Return to bug 126613