summaryrefslogtreecommitdiff
path: root/cad/pcb/patches/patch-ag
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2005-12-03 04:18:59 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2005-12-03 04:18:59 +0000
commit605a7a7f3a57263fe36615f519bd8d3214010fbc (patch)
treed7c57bda9bb6dddcca25067f1c5604ca817fcdca /cad/pcb/patches/patch-ag
parent31d4992169ccf9f450a8a54a7924dbe225e0fdeb (diff)
downloadpkgsrc-605a7a7f3a57263fe36615f519bd8d3214010fbc.tar.gz
Move the package which lived in cad/pcb-current over to cad/pcb and
delete the old cad/pcb package. The package which has lived in cad/pcb for the last few years was horribly out of date and pcb is not making a distinction right now between -current snapshots and normal releases.
Diffstat (limited to 'cad/pcb/patches/patch-ag')
-rw-r--r--cad/pcb/patches/patch-ag13
1 files changed, 0 insertions, 13 deletions
diff --git a/cad/pcb/patches/patch-ag b/cad/pcb/patches/patch-ag
deleted file mode 100644
index 2ddc3015e53..00000000000
--- a/cad/pcb/patches/patch-ag
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ag,v 1.1 2002/05/31 19:56:20 dmcmahill Exp $
-
---- src/crosshair.c.orig Wed May 13 06:29:42 1998
-+++ src/crosshair.c
-@@ -820,7 +820,7 @@
- memset(&Crosshair, 0, sizeof(CrosshairType));
-
- Crosshair.GC = XCreateGC(Dpy, Output.OutputWindow, 0, NULL);
-- if (!VALID_GC((int) Crosshair.GC))
-+ if (!VALID_GC((long int) Crosshair.GC))
- MyFatal("can't create default crosshair GC\n");
- XSetState(Dpy, Crosshair.GC, Settings.CrosshairColor, Settings.bgColor,
- GXxor, AllPlanes);