disable cairo-trace, which is incompatible with older libiberty.h.

This commit is contained in:
Todd Gamblin 2016-01-18 03:01:46 -08:00
parent 67ea7ce0ab
commit b7b4faff96

View File

@ -14,6 +14,7 @@ class Cairo(Package):
def install(self, spec, prefix):
configure("--prefix=%s" % prefix,
"--disable-trace", # can cause problems with libiberty
"--enable-tee")
make()
make("install")