Control: tags -1 patch
On Mon, Jan 30, 2017 at 12:03:26PM +0100, Ola Lundqvist wrote:
> Hi
>
> Thank you for this bug report. Do you have a proposed patch for this?
>...
Patch is attached.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
Description: Don't use assembler code
PIE versus stipmips.s results in a FTBFS.
.
stipmips.s is assembler code from 1990,
such assembler optimizations are no
longer necessary.
Author: Adrian Bunk <[email protected]>
Bug-Debian: https://bugs.debian.org/853117
--- tightvnc-1.3.9.orig/Xvnc/programs/Xserver/cfb/Imakefile
+++ tightvnc-1.3.9/Xvnc/programs/Xserver/cfb/Imakefile
@@ -10,28 +10,6 @@ XCOMM $XFree86: xc/programs/Xserver/cfb/
/* cfb8cppl.c MUST come last to avoid confusing makedepend */
PSZSRCS = cfb8bit.c cfbteblt8.c cfbglrop8.c cfbpush8.c cfbrctstp8.c cfb8cppl.c
PSZOBJS = cfb8bit.o cfbteblt8.o cfbglrop8.o cfbpush8.o cfbrctstp8.o cfb8cppl.o
-#ifdef MipsArchitecture
-#ifndef ArcArchitecture
-#ifndef Mips64Architecture
-STIPPLESRC = stipmips.s stipmipste.s
-STIPPLEOBJ = stipmips.o stipmipste.o
-STIPPLEDEF = -DHAS_STIPPLE_CODE
-#endif
-#endif
-#endif
-#ifdef SparcArchitecture
-STIPPLESRC = stipsparc.s stipsparcte.s
-STIPPLEOBJ = stipsparc.o stipsparcte.o
-STIPPLEDEF = -DHAS_STIPPLE_CODE
-#endif
-#endif
-
-#if PixelSize == 32
-#ifdef SparcArchitecture
-STIPPLESRC = stipsprc32.s stipsprcte32.s
-STIPPLEOBJ = stipsprc32.o stipsprcte32.o
-STIPPLEDEF = -DHAS_STIPPLE_CODE
-#endif
#endif