https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216707
--- Comment #43 from [email protected] --- A commit references this bug: Author: tcberner Date: Sat Mar 25 20:29:14 UTC 2017 New revision: 436914 URL: https://svnweb.freebsd.org/changeset/ports/436914 Log: Fixup devel/hs-c2hs and devel/hs-gtk2hs-buildtools to pass -std=c99 to the preprocessor The ports using c2hs and gtk2hs fail to build with modern compilers as the c11 features of the FreeBSD system headers are not hidden, yet the tools only understand c99. * revert change to devel/hs-ncurses from r436451 * patch devel/hs-c2hs to pass -std=c99. * patch devel/hs-gtk2-buildtools to pass -std=c99. This should fix compilation of * devel/hs-ncurses * dns/hs-gnuidn * graphics/hs-cairo * x11-toolkits/hs-vte * devel/hs-gconf PR: 216707 Reviewed by: rakuco Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D10081 Changes: head/devel/hs-c2hs/Makefile head/devel/hs-c2hs/files/ head/devel/hs-c2hs/files/patch-src_C2HS_Config.hs head/devel/hs-gtk2hs-buildtools/Makefile head/devel/hs-gtk2hs-buildtools/files/patch-c2hs__c__CAST.hs head/devel/hs-gtk2hs-buildtools/files/patch-c2hs_toplevel_C2HSConfig.hs head/devel/hs-ncurses/Makefile head/devel/hs-ncurses/files/ -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "[email protected]"
