Whitespace nit.
This commit is contained in:
parent
e505ee80a9
commit
b3d617efda
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.11 2002/06/03 09:53:56 cjep Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2002/12/16 12:42:58 cjep Exp $
|
||||
# FreeBSD Id: ports/sysutils/ucspi-tcp/Makefile,v 1.12 2000/07/10 01:41:24 steve Exp
|
||||
|
||||
DISTNAME= ucspi-tcp-0.88
|
||||
|
@ -20,12 +20,12 @@ NO_BIN_ON_FTP= ${RESTRICTED}
|
|||
ALL_TARGET= it
|
||||
INSTALL_TARGET= setup check
|
||||
|
||||
.if (${MACHINE_ARCH} == "arm32" || ${MACHINE_ARCH} == "arm")
|
||||
.if (${MACHINE_ARCH} == "arm32" || ${MACHINE_ARCH} == "arm")
|
||||
.if (${CFLAGS:M-O2} == "-O2")
|
||||
CFLAGS:= ${CFLAGS:S/-O2/-O0/}
|
||||
.endif
|
||||
.endif
|
||||
|
||||
|
||||
post-configure:
|
||||
${ECHO} ${PREFIX} > ${WRKSRC}/conf-home
|
||||
${ECHO} ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc
|
||||
|
|
Loading…
Reference in a new issue