openbsd-ports/graphics/cairo/patches/patch-src_Makefile_in
eric f435d6ef56 - update to 1.10.2 (from Brad)
- build on gcc2 archs (from and tested by sebastiap@)

ok ajacoutot@ dcoppa@
2011-01-05 13:26:05 +00:00

13 lines
462 B
Plaintext

$OpenBSD: patch-src_Makefile_in,v 1.6 2011/01/05 13:26:05 eric Exp $
--- src/Makefile.in.orig Sat Dec 25 15:22:52 2010
+++ src/Makefile.in Mon Dec 27 10:07:21 2010
@@ -2429,7 +2429,7 @@ cairo.def: cairo-features.h $(enabled_cairo_headers)
) >$@
@ ! grep -q cairo_ERROR $@ || ($(RM) $@; false)
-check: headers-standalone
+check:
# The pre-processed result is used by check-{def,plt}.sh to determine whether
# cairo has been compiled with symbol hiding.