diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-17 22:59:29 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-17 22:59:29 +0000 |
commit | 23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d (patch) | |
tree | fa03305e656151ebe33c7e94eacc947b13d1c273 /lang/ifc7 | |
parent | b347391f9ad81dd1ebc74b80d713888404b304bd (diff) | |
download | ports-23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d.tar.gz ports-23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d.zip |
Notes
Diffstat (limited to 'lang/ifc7')
-rw-r--r-- | lang/ifc7/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/ifc7/Makefile b/lang/ifc7/Makefile index d5cb8fd02ad6..06eed2750ba0 100644 --- a/lang/ifc7/Makefile +++ b/lang/ifc7/Makefile @@ -24,10 +24,9 @@ NO_CDROM= ${RESTRICTED} ONLY_FOR_ARCHS= i386 -USE_LINUX?= yes +USE_LINUX= yes USE_REINPLACE= yes NO_WRKSUBDIR= yes -NO_FILTER_SHLIBS= yes COMPILERDIR= compiler70 PLIST_SUB= COMPILERDIR=${COMPILERDIR} @@ -158,7 +157,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: |