mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
14 lines
362 B
Plaintext
14 lines
362 B
Plaintext
$NetBSD: patch-bb,v 1.3 2013/05/24 13:28:04 wiz Exp $
|
|
|
|
--- pixman/pixman-private.h.orig 2013-04-30 20:42:20.000000000 +0000
|
|
+++ pixman/pixman-private.h
|
|
@@ -11,6 +11,8 @@
|
|
#define BILINEAR_INTERPOLATION_BITS 7
|
|
#define BILINEAR_INTERPOLATION_RANGE (1 << BILINEAR_INTERPOLATION_BITS)
|
|
|
|
+#define FAST_PATH_NEEDS_WORKAROUND (1 << 26)
|
|
+
|
|
/*
|
|
* C specific part
|
|
*/
|