K 10 svn:author V 6 pkubaj K 8 svn:date V 27 2019-09-30T14:24:19.859380Z K 7 svn:log V 373 net/spoofer: fix build on GCC architectures GCC from ports on GCC architectures fails to build this port when base OpenSSL is used because -L/usr/lib takes over -L/usr/local/lib/gcc9 and in result, base libstdc++ is used instead of the one from ports. Fix this issue with patch to configure script. PR: 240690 Approved by: linimon (mentor), portmgr (blanket: build fix) END