K 10 svn:author V 6 marino K 8 svn:date V 27 2015-03-30T10:43:04.412250Z K 7 svn:log V 383 devel/hs-gtk2hs-buildtools: Fix build of www/hs-gtk with gcc5 The Haskell gtk buildtools use CPP. The CPP on gcc5 has changed behavior, thus preventing hs-gtk from successfully building with gcc5. By adding the -P argument when invoking "cpp" which forces the old behavior, hs-gtk can be built by all versions of gcc. PR: 197924 Submitted by: marino Approved by: haskell@ (pgj@) END