pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/xine-ui/patches Fix build with newer versions...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/185526a6507d
branches:  trunk
changeset: 467052:185526a6507d
user:      recht <recht%pkgsrc.org@localhost>
date:      Mon Jan 26 00:54:19 2004 +0000

description:
Fix build with newer versions of curl where TRUE and FALSE aren't
defined anymore.

diffstat:

 graphics/xine-ui/patches/patch-ag |  19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diffs (23 lines):

diff -r c40d3fcb99f9 -r 185526a6507d graphics/xine-ui/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/xine-ui/patches/patch-ag Mon Jan 26 00:54:19 2004 +0000
@@ -0,0 +1,19 @@
+$NetBSD: patch-ag,v 1.1 2004/01/26 00:54:19 recht Exp $
+
+--- src/xitk/common.h.orig     2004-01-26 01:39:55.000000000 +0100
++++ src/xitk/common.h  2004-01-26 01:43:43.000000000 +0100
+@@ -76,6 +76,14 @@
+ #include <lirc/lirc_client.h>
+ #endif
+ 
++#if !defined(TRUE)
++#define TRUE 1
++#endif
++
++#if !defined(FALSE)
++#define FALSE 0
++#endif
++
+ /*
+  * config related constants
+  */



Home | Main Index | Thread Index | Old Index