aboutsummaryrefslogtreecommitdiffstats
path: root/lang/icc/Makefile
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2003-04-26 18:27:29 +0800
committernetchild <netchild@FreeBSD.org>2003-04-26 18:27:29 +0800
commit64a545a03aebe3571ac1bd3d68336daeab3f363b (patch)
tree31e26d1b8b52b7393f7d8b569216290072f50d4f /lang/icc/Makefile
parent502af32a44ea287be0ff86ffdc6ac46e6f0c7666 (diff)
downloadfreebsd-ports-gnome-64a545a03aebe3571ac1bd3d68336daeab3f363b.tar.gz
freebsd-ports-gnome-64a545a03aebe3571ac1bd3d68336daeab3f363b.tar.zst
freebsd-ports-gnome-64a545a03aebe3571ac1bd3d68336daeab3f363b.zip
When trying to link dynamic libraries with dependancies, e.g:
icc -shared -o libfoo.so foo.o -lbaz the ld wrapper gets confused and thinks that a static link is intended and the link fails. This patch appears to fix things. Submitted by: dfr
Diffstat (limited to 'lang/icc/Makefile')
-rw-r--r--lang/icc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/icc/Makefile b/lang/icc/Makefile
index e057893c43cf..e2ec6bf95863 100644
--- a/lang/icc/Makefile
+++ b/lang/icc/Makefile
@@ -7,6 +7,7 @@
PORTNAME= icc
PORTVERSION= 7.1.011
+PORTREVISION= 1
CATEGORIES= lang linux devel
MASTER_SITES=
DISTNAME= l_cc_pu_${PORTVERSION}