summaryrefslogtreecommitdiff
path: root/graphics/urt
diff options
context:
space:
mode:
authordholland <dholland>2014-06-29 19:45:06 +0000
committerdholland <dholland>2014-06-29 19:45:06 +0000
commitd71e581b5ee6c44ab187d0165a7d8e8cbf846513 (patch)
tree4fcff0a00df6e13b6d681686949bc4310b92f62d /graphics/urt
parentbdd717971780c41e63fc9d734f3f025bc6b98aba (diff)
downloadpkgsrc-d71e581b5ee6c44ab187d0165a7d8e8cbf846513.tar.gz
linux requires this hack too
Diffstat (limited to 'graphics/urt')
-rw-r--r--graphics/urt/distinfo4
-rw-r--r--graphics/urt/patches/patch-av6
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/urt/distinfo b/graphics/urt/distinfo
index f3aebb201fb..d7c64a05049 100644
--- a/graphics/urt/distinfo
+++ b/graphics/urt/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2014/06/29 04:26:19 dholland Exp $
+$NetBSD: distinfo,v 1.12 2014/06/29 19:45:06 dholland Exp $
SHA1 (urt-3.1b-3.1b1.patch) = 27aefd80b480af298fe4f9542a2efbddba8a174b
RMD160 (urt-3.1b-3.1b1.patch) = 1eca13b44326f632c98312d364434d785751609a
@@ -33,7 +33,7 @@ SHA1 (patch-ar) = 728e652142bc906dfbad7ee73a928b19b43d9a06
SHA1 (patch-as) = 282b6917daccc7bbfee600b8ea6dbeea8bf6fa86
SHA1 (patch-at) = 4c51def08bb75205ea595c9f1c602b6d427c64e6
SHA1 (patch-au) = ff9e09f3877fc83dad5f275e317e66638f5b8c21
-SHA1 (patch-av) = 2c3e5ea768b0daea1c8f3308003abdd5fe70da33
+SHA1 (patch-av) = 541b544eb6bd532d6498098f9b18d8f3c24ae8b2
SHA1 (patch-aw) = f9d76a52d6efe3e08099c920e4cd4f9941275eae
SHA1 (patch-ax) = 17b1791381652a4b18f68090694f72c487fc47ec
SHA1 (patch-ay) = 234fb76c5ce9081684613a1c2e6f211df65ca539
diff --git a/graphics/urt/patches/patch-av b/graphics/urt/patches/patch-av
index 4b687e7739b..2b0b700fe65 100644
--- a/graphics/urt/patches/patch-av
+++ b/graphics/urt/patches/patch-av
@@ -1,4 +1,4 @@
-$NetBSD: patch-av,v 1.2 2014/06/29 04:26:19 dholland Exp $
+$NetBSD: patch-av,v 1.3 2014/06/29 19:45:06 dholland Exp $
stdout is not necessarily a compile-time constant.
@@ -8,7 +8,7 @@ stdout is not necessarily a compile-time constant.
8, /* cmaplen (log2 of length of color map) */
NULL, /* pointer to color map */
NULL, /* pointer to comment strings */
-+#if defined(__DragonFly__) || defined(__APPLE__)
++#if defined(__DragonFly__) || defined(__APPLE__) || defined(__linux__)
+ NULL, /* output file, overriden with stdout at startup */
+#else
stdout, /* output file */
@@ -20,7 +20,7 @@ stdout is not necessarily a compile-time constant.
/* Can't initialize the union */
};
-+#if defined(__DragonFly__) || defined(__APPLE__)
++#if defined(__DragonFly__) || defined(__APPLE__) || defined(__linux__)
+static void _rle_init(void) __attribute__((__constructor__));
+
+static void