summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2014-04-17 21:41:38 +0000
committerasau <asau@pkgsrc.org>2014-04-17 21:41:38 +0000
commit08596bfd70896954cc14e9c4ae68cf2bcadf0fea (patch)
treecba7ac53d6ca7515877258fdd58f1eeff714d458 /print
parentaa278b15486ad3a575db106f20ca0e7d206e84a2 (diff)
downloadpkgsrc-08596bfd70896954cc14e9c4ae68cf2bcadf0fea.tar.gz
Define "ulong" for FreeBSD to fix the build.
Diffstat (limited to 'print')
-rw-r--r--print/imposter/distinfo4
-rw-r--r--print/imposter/patches/patch-aa4
2 files changed, 4 insertions, 4 deletions
diff --git a/print/imposter/distinfo b/print/imposter/distinfo
index b4ab8a68c0c..f07aebdc07a 100644
--- a/print/imposter/distinfo
+++ b/print/imposter/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2006/03/23 17:44:09 joerg Exp $
+$NetBSD: distinfo,v 1.6 2014/04/17 21:41:38 asau 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
+SHA1 (patch-aa) = 380b3c29c0c00008e530dadece6be9934a4f984b
diff --git a/print/imposter/patches/patch-aa b/print/imposter/patches/patch-aa
index 988099ccb98..26399c4ef08 100644
--- a/print/imposter/patches/patch-aa
+++ b/print/imposter/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1 2006/03/23 17:44:09 joerg Exp $
+$NetBSD: patch-aa,v 1.2 2014/04/17 21:41:38 asau Exp $
--- include/common.h.orig 2006-03-23 17:39:45.000000000 +0000
+++ include/common.h
@@ -6,7 +6,7 @@ $NetBSD: patch-aa,v 1.1 2006/03/23 17:44:09 joerg Exp $
extern int errno;
#endif
-+#if defined(__DragonFly__)
++#if defined(__FreeBSD__) || defined(__DragonFly__)
+typedef unsigned long ulong;
+#endif
+