disable cairo-trace, which is incompatible with older libiberty.h.
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user