diff options
author | netchild <netchild@FreeBSD.org> | 2004-05-07 19:54:55 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2004-05-07 19:54:55 +0800 |
commit | a3e8d45c1e43e49ef74e00b54034a1409c84034a (patch) | |
tree | 0ed1096641973e8c467f76c1bfa65a35fc12644b /lang/icc/Makefile | |
parent | 1aeeb98ac5d2f7e00404ba845f793da934e9efe4 (diff) | |
download | freebsd-ports-gnome-a3e8d45c1e43e49ef74e00b54034a1409c84034a.tar.gz freebsd-ports-gnome-a3e8d45c1e43e49ef74e00b54034a1409c84034a.tar.zst freebsd-ports-gnome-a3e8d45c1e43e49ef74e00b54034a1409c84034a.zip |
icc 8.0.066 now adds "-m elf_i386" in some circumstances. Remove this part
of the command line in the ld wrapper.
Noticed by: Morten Rodal <morten@rodal.no>
Diffstat (limited to 'lang/icc/Makefile')
-rw-r--r-- | lang/icc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/icc/Makefile b/lang/icc/Makefile index ea9557e1e9bd..5a8df6113e98 100644 --- a/lang/icc/Makefile +++ b/lang/icc/Makefile @@ -7,6 +7,7 @@ PORTNAME= icc PORTVERSION= 8.0.066 +PORTREVISION= 1 CATEGORIES= lang linux devel MASTER_SITES= DISTNAME= l_cc_pc_${PORTVERSION:C/\.p.+$//} |