1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/sysutils/conky/files/patch-lua-cairo.pkg
Philip M. Gollucci d50fa8a2e2 - Update to 1.8.1
PR:				ports/151351
Submitted by:	Nikos Ntarmos <ntarmos@cs.uoi.gr>
2010-10-19 01:12:52 +00:00

11 lines
318 B
Plaintext

--- lua/cairo.pkg.orig
+++ lua/cairo.pkg
@@ -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.