summaryrefslogtreecommitdiff
path: root/lang/icc7
diff options
context:
space:
mode:
Diffstat (limited to 'lang/icc7')
-rw-r--r--lang/icc7/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/icc7/Makefile b/lang/icc7/Makefile
index 2b53d3fc3c7b..1aab74063658 100644
--- a/lang/icc7/Makefile
+++ b/lang/icc7/Makefile
@@ -25,10 +25,9 @@ NO_CDROM= ${RESTRICTED}
ONLY_FOR_ARCHS= i386
CONFLICTS= linux_devtools* ifc*
-USE_LINUX?= yes
+USE_LINUX= yes
USE_REINPLACE= yes
NO_WRKSUBDIR= yes
-NO_FILTER_SHLIBS= yes
COMPILERDIR= compiler70
PLIST_SUB= COMPILERDIR=${COMPILERDIR}
@@ -160,7 +159,8 @@ do-build:
@${CC} ${CFLAGS} -o \
${WRKSRC}/opt/intel/${COMPILERDIR}/ia32/bin/ldwrapper/ld \
${FILESDIR}/ld.c
- @${STRIP_CMD} ${WRKSRC}/opt/intel/${COMPILERDIR}/ia32/bin/ldwrapper/ld
+# We can't use STRIP_CMD, since we need the FreeBSD one, not the Linux one.
+ @/usr/bin/strip ${WRKSRC}/opt/intel/${COMPILERDIR}/ia32/bin/ldwrapper/ld
@${CHMOD} 755 ${WRKSRC}/opt/intel/${COMPILERDIR}/ia32/bin/ldwrapper/ld
do-install: