blob: 4a8fe7b94a50dfcd42245b91fcc6829c1b0e74a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ac,v 1.1 2010/12/05 14:45:35 obache Exp $
for GLib>2.25
http://git.clutter-project.org/clutter-qt/commit/?id=b423e97ba28f529e3c618740ef6370bcc6ad2ced
--- examples/Makefile.am.orig 2009-07-20 11:24:30.000000000 +0000
+++ examples/Makefile.am
@@ -4,6 +4,7 @@ noinst_PROGRAMS = \
testqt
INCLUDES = \
+ -DQT_NO_KEYWORDS \
-I$(srcdir) \
-I$(top_srcdir)
|