summaryrefslogtreecommitdiff
path: root/benchmarks/xengine/patches
diff options
context:
space:
mode:
authorhira <hira@pkgsrc.org>2005-08-23 10:26:17 +0000
committerhira <hira@pkgsrc.org>2005-08-23 10:26:17 +0000
commita71ed7add4954d53d400ed84b0e893c9f667a6e6 (patch)
treecd2de6590420b83493b1807164a0bd0f9ef603b1 /benchmarks/xengine/patches
parentb05ee3ca0c0127d34eaab97c6f384932612cdacd (diff)
downloadpkgsrc-a71ed7add4954d53d400ed84b0e893c9f667a6e6.tar.gz
Use Dimension instead of int for the width and the height.
This makes the package work properly on NetBSD/macppc. Bump PKGREVISION.
Diffstat (limited to 'benchmarks/xengine/patches')
-rw-r--r--benchmarks/xengine/patches/patch-aa17
1 files changed, 13 insertions, 4 deletions
diff --git a/benchmarks/xengine/patches/patch-aa b/benchmarks/xengine/patches/patch-aa
index 27b25489540..17ceb7506e2 100644
--- a/benchmarks/xengine/patches/patch-aa
+++ b/benchmarks/xengine/patches/patch-aa
@@ -1,8 +1,17 @@
-$NetBSD: patch-aa,v 1.3 2005/06/12 11:16:56 wiz Exp $
+$NetBSD: patch-aa,v 1.4 2005/08/23 10:26:17 hira Exp $
---- xengine.c.orig 2005-06-12 13:15:23.000000000 +0200
-+++ xengine.c
-@@ -180,13 +180,10 @@ redraw_callback(w, event, params, nparam
+--- xengine.c.orig 2005-08-23 12:01:39.000000000 +0900
++++ xengine.c 2005-08-23 12:10:23.000000000 +0900
+@@ -35,7 +35,7 @@
+ Widget toplevel, base, rpm_info, engine;
+ GC gcPiston, gcShaft, gcCylinder, gcRoter, gcBack, gcDep, gcPre, gcEngine;
+ Pixmap enginePixmap;
+-int width, height;
++Dimension width, height;
+
+ String colors[] = {"gray", "lightseagreen", "dimgrey", "forestgreen", "black", "red", "cyan", "firebrick"};
+
+@@ -180,13 +180,10 @@
Arg args[10];