--- pkgsrc/mk/wrapper/cmd-sink-icc-cc.orig	2015-09-11 10:01:55.878771711 +0200
+++ pkgsrc/mk/wrapper/cmd-sink-icc-cc	2015-09-11 10:03:29.557766286 +0200
@@ -39,7 +39,10 @@
 # icc provided libraries. use the static linking method so binary
 # packages can be used on systems that do not have these libraries
 # available.
-arg=-static-libcxa
+# ThOr: Nope, we take care of library paths here, thank you.
+# Also, this seems to break as early as building perl, which doesn't
+# use any libcxa, but still gets non-PIC binaries where they don't fit.
+arg=
 $debug_log $wrapperlog "    (cmd-sink-icc-cc) pop:  $arg"
 . $buildcmd
 
