diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2003-04-26 10:27:29 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2003-04-26 10:27:29 +0000 |
commit | aec1848380618270a05be5b37da86ed4bbedc127 (patch) | |
tree | 0a4ccdabd236af91d88eea9b13419ef981bf207d /lang/icc/files | |
parent | c2920235384ebfb2e48b6d4c09b6adf548842700 (diff) | |
download | ports-aec1848380618270a05be5b37da86ed4bbedc127.tar.gz ports-aec1848380618270a05be5b37da86ed4bbedc127.zip |
Notes
Diffstat (limited to 'lang/icc/files')
-rw-r--r-- | lang/icc/files/ld.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/icc/files/ld.c b/lang/icc/files/ld.c index d65b16dba244..fb34af1edf94 100644 --- a/lang/icc/files/ld.c +++ b/lang/icc/files/ld.c @@ -205,6 +205,10 @@ main(int argc, char *argv[], char *envp[]) dynamic++; continue; } + if (ARGCMP("-shared")) { + dynamic++; + continue; + } /* * Just link libstlport_icc* once when compiling the stlport |