summaryrefslogtreecommitdiff
path: root/lang/icc7
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2003-01-13 10:39:22 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2003-01-13 10:39:22 +0000
commit975e87700641114c81f66aff18ed6517ca80b0fe (patch)
tree10ebbe83555ed9b6569752eb5c4f4349a7c4149d /lang/icc7
parentSince the distribution no longer comes with a sample FreeBSD script (diff)
Remove the "warning -> error" options for excessive function arguments,
they seem to cause problems in some cases. Noticed by: roberto, marius@alchemy.franken.de
Notes
Notes: svn path=/head/; revision=73032
Diffstat (limited to 'lang/icc7')
-rw-r--r--lang/icc7/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/icc7/Makefile b/lang/icc7/Makefile
index 698fa26bd144..7d3d6a6d6722 100644
--- a/lang/icc7/Makefile
+++ b/lang/icc7/Makefile
@@ -7,6 +7,7 @@
PORTNAME= icc
PORTVERSION= 7.0.078
+PORTREVISION= 1
CATEGORIES= lang linux devel
MASTER_SITES=
DISTNAME= l_cc_pu_${PORTVERSION}
@@ -102,7 +103,7 @@ post-patch:
.for i in icc.cfg icpc.cfg
@${REINPLACE_CMD} -i "" -e 's:-Xlinker -rpath -Xlinker <INSTALLDIR>/${COMPILERDIR}/ia32/lib::g' \
${WRKSRC}/opt/intel/${COMPILERDIR}/ia32/bin/${i}
- @${ECHO} -e "-Qlocation,ld,${PREFIX}/intel/${COMPILERDIR}/ia32/bin/ldwrapper\n\n-Ulinux\n-U__linux__\n-U__linux\n\n-D__FreeBSD__=${ICCCFGVAL}\n-D__ELF__=1\n\n-Qwr1125\n-Qwe140\n" >>${WRKSRC}/opt/intel/${COMPILERDIR}/ia32/bin/${i}
+ @${ECHO} -e "-Qlocation,ld,${PREFIX}/intel/${COMPILERDIR}/ia32/bin/ldwrapper\n\n-Ulinux\n-U__linux__\n-U__linux\n\n-D__FreeBSD__=${ICCCFGVAL}\n-D__ELF__=1\n" >>${WRKSRC}/opt/intel/${COMPILERDIR}/ia32/bin/${i}
.if ${OSVERSION} >= 500039
@${ECHO} -e "-D__wchar_t=__ct_rune_t\n" >>${WRKSRC}/opt/intel/${COMPILERDIR}/ia32/bin/${i}
.endif