K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2015-06-27T00:35:25.855883Z K 7 svn:log V 400 - Fix build on 10.1: disable -fno-defer-pop flag which is not known by clang Makefile says this flag is crucial for gcc to disable certain optimization, but I assume clang doesn't have this optimization as it doesn't support the flag. clang >= 3.6 handles unknown flags with a mere warnings, so the modification is only needed for clang < 3.6 Submitted by: pkg-fallout Approved by: portmgr blanket END