Add a comment regarding the reason for the patch.

This commit is contained in:
Glenn Johnson 2016-05-29 15:30:09 -05:00
parent c16d7c481c
commit 66aaaa1751

View File

@ -41,6 +41,7 @@ class Glib(Package):
depends_on("pkg-config")
depends_on('gettext', sys.platform == 'darwin')
# The following patch is needed for gcc-6.1
patch('g_date_strftime.patch')
def install(self, spec, prefix):