openbsd-ports/graphics/cairo/patches/patch-src_Makefile_in

13 lines
462 B
Plaintext
Raw Normal View History

$OpenBSD: patch-src_Makefile_in,v 1.4 2010/03/29 13:13:53 eric Exp $
--- src/Makefile.in.orig Sat Feb 20 01:25:38 2010
+++ src/Makefile.in Thu Mar 4 21:47:57 2010
@@ -1488,7 +1488,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.