pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/imposter Fix DragonFly by typedefing ulong.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/84cbd4cb3469
branches:  trunk
changeset: 510073:84cbd4cb3469
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Mar 23 17:44:09 2006 +0000

description:
Fix DragonFly by typedefing ulong.

diffstat:

 print/imposter/distinfo         |   3 ++-
 print/imposter/patches/patch-aa |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r cd3279c770ca -r 84cbd4cb3469 print/imposter/distinfo
--- a/print/imposter/distinfo   Thu Mar 23 17:36:16 2006 +0000
+++ b/print/imposter/distinfo   Thu Mar 23 17:44:09 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2005/08/25 14:22:24 xtraeme Exp $
+$NetBSD: distinfo,v 1.5 2006/03/23 17:44:09 joerg Exp $
 
 SHA1 (imposter-0.3.tar.gz) = 70ebda94cd62dcc65c9c53a4c7cb420f4b8b694b
 RMD160 (imposter-0.3.tar.gz) = 7e01b354fe28db286e3bfdc1499f077e1c8afac6
 Size (imposter-0.3.tar.gz) = 169592 bytes
+SHA1 (patch-aa) = 2e254cd99d2c60a1f229698873f533c2880ff4a3
diff -r cd3279c770ca -r 84cbd4cb3469 print/imposter/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/imposter/patches/patch-aa   Thu Mar 23 17:44:09 2006 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1 2006/03/23 17:44:09 joerg Exp $
+
+--- include/common.h.orig      2006-03-23 17:39:45.000000000 +0000
++++ include/common.h
+@@ -33,6 +33,10 @@
+ extern int errno;
+ #endif
+ 
++#if defined(__DragonFly__)
++typedef unsigned long ulong;
++#endif
++
+ #include <gtk/gtk.h>
+ #include <iksemel.h>
+ #include "i18n.h"



Home | Main Index | Thread Index | Old Index