mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- fix typo in message
- catch up with __sF change in -stable Tested by: marius@alchemy.franken.de
This commit is contained in:
parent
f1f585463f
commit
56db876d70
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70032
@ -45,7 +45,7 @@ IGNORE= "Please manually download ${DISTFILES} from ${ICC_SITE}, ${ICC_SITE}c60l
|
|||||||
|
|
||||||
.if exists(${LINUXBASE}/boot/kernel.h) || \
|
.if exists(${LINUXBASE}/boot/kernel.h) || \
|
||||||
exists(${PREFIX}/intel/compiler60/bin/ifc)
|
exists(${PREFIX}/intel/compiler60/bin/ifc)
|
||||||
BROKEN= Can not coexist with linux_devtools or ifc
|
BROKEN= Cannot coexist with linux_devtools or ifc
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
@ -114,7 +114,8 @@ do-build:
|
|||||||
@cd ${WRKSRC} && ${CC} ${CFLAGS} -c ${FILESDIR}/assert_fail.c \
|
@cd ${WRKSRC} && ${CC} ${CFLAGS} -c ${FILESDIR}/assert_fail.c \
|
||||||
${FILESDIR}/cxa_atexit.c ${FILESDIR}/cxa_finalize.c \
|
${FILESDIR}/cxa_atexit.c ${FILESDIR}/cxa_finalize.c \
|
||||||
${FILESDIR}/errno_location.c ${FILESDIR}/mcount.S
|
${FILESDIR}/errno_location.c ${FILESDIR}/mcount.S
|
||||||
.if ${OSVERSION} < 500042
|
.if ( ${OSVERSION} < 470101 ) || \
|
||||||
|
( ${OSVERSION} >= 500000 && ${OSVERSION} < 500042 )
|
||||||
@${CC} ${CFLAGS} -c -o ${WRKSRC}/stderr.o ${FILESDIR}/stderr.c
|
@${CC} ${CFLAGS} -c -o ${WRKSRC}/stderr.o ${FILESDIR}/stderr.c
|
||||||
.else
|
.else
|
||||||
.for i in libcxa.a libimf.a libirc.a libircmt.a libunwind.a
|
.for i in libcxa.a libimf.a libirc.a libircmt.a libunwind.a
|
||||||
|
@ -45,7 +45,7 @@ IGNORE= "Please manually download ${DISTFILES} from ${ICC_SITE}, ${ICC_SITE}c60l
|
|||||||
|
|
||||||
.if exists(${LINUXBASE}/boot/kernel.h) || \
|
.if exists(${LINUXBASE}/boot/kernel.h) || \
|
||||||
exists(${PREFIX}/intel/compiler60/bin/ifc)
|
exists(${PREFIX}/intel/compiler60/bin/ifc)
|
||||||
BROKEN= Can not coexist with linux_devtools or ifc
|
BROKEN= Cannot coexist with linux_devtools or ifc
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
@ -114,7 +114,8 @@ do-build:
|
|||||||
@cd ${WRKSRC} && ${CC} ${CFLAGS} -c ${FILESDIR}/assert_fail.c \
|
@cd ${WRKSRC} && ${CC} ${CFLAGS} -c ${FILESDIR}/assert_fail.c \
|
||||||
${FILESDIR}/cxa_atexit.c ${FILESDIR}/cxa_finalize.c \
|
${FILESDIR}/cxa_atexit.c ${FILESDIR}/cxa_finalize.c \
|
||||||
${FILESDIR}/errno_location.c ${FILESDIR}/mcount.S
|
${FILESDIR}/errno_location.c ${FILESDIR}/mcount.S
|
||||||
.if ${OSVERSION} < 500042
|
.if ( ${OSVERSION} < 470101 ) || \
|
||||||
|
( ${OSVERSION} >= 500000 && ${OSVERSION} < 500042 )
|
||||||
@${CC} ${CFLAGS} -c -o ${WRKSRC}/stderr.o ${FILESDIR}/stderr.c
|
@${CC} ${CFLAGS} -c -o ${WRKSRC}/stderr.o ${FILESDIR}/stderr.c
|
||||||
.else
|
.else
|
||||||
.for i in libcxa.a libimf.a libirc.a libircmt.a libunwind.a
|
.for i in libcxa.a libimf.a libirc.a libircmt.a libunwind.a
|
||||||
|
Loading…
Reference in New Issue
Block a user