pkgsrc/net/tightvnc/patches/patch-ah
abs 37dd4f403e Update tightvnc to 1.2.9 to match tightvncviewer
Changelog since 1.2.6 seems to mainly list const fixes.
2003-11-27 17:27:29 +00:00

13 lines
454 B
Text

$NetBSD: patch-ah,v 1.1 2003/11/27 17:27:29 abs Exp $
--- Xvnc/programs/Xserver/cfb/stipsparc.s.orig 2002-03-20 05:16:03.000000000 +0000
+++ Xvnc/programs/Xserver/cfb/stipsparc.s
@@ -85,7 +85,7 @@ in this Software without prior written a
#define ForEachBits LY4
#define NextBits LY5
-#if defined(SVR4) || ( defined(linux) && defined(__ELF__) )
+#if defined(SVR4) || defined(__ELF__)
#ifdef TETEXT
#define _cfbStippleStack cfbStippleStackTE
#else