ports/sysutils/conky/files/patch-lua-cairo.pkg
Martin Wilke ae61f5a264 - Update to 1.8.0
PR:		147795
Submitted by:	Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer)
2010-07-12 03:15:52 +00:00

10 lines
390 B
Text

--- lua/cairo.pkg.orig 2010-05-01 04:41:44.000000000 +0300
+++ lua/cairo.pkg 2010-05-01 04:20:40.000000000 +0300
@@ -4,6 +4,7 @@
$#include <cairo-xlib.h>
$#include <X11/Xlib.h>
$#include "libcairo-helper.h"
+$#define tolua_outside
/*
* This code was mostly copied from cairo.h and cairo-xlib.h with comments
* removed. The licence noticed below is present for the sake of clarity.