freebsd-ports/sysutils/conky/files/patch-lua-cairo.pkg
Lars Engels dd9a35fb2d - Fix battery percentage calculation and add support for ${battery_short} and ${battery_bar} [1]
- Remove a bogus __FreeBSD_kernel__ check in freebsd.c
- Re-gen patches with "make makepatch"
- Bump PORTREVISION

PR:		208651 [1]
Submitted by:	Helge Oldach <freebsd@oldach.net>
Approved by:	maintainer timeout (17 days)
MFH:		2016Q2
2016-04-26 11:32:20 +00:00

10 lines
362 B
Text

--- lua/cairo.pkg.orig 2012-05-03 21:08:27 UTC
+++ lua/cairo.pkg
@@ -4,6 +4,7 @@ $#include <cairo.h>
$#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.