* [gentoo-commits] gentoo-x86 commit in net-misc/tightvnc/files: 1.3.9-sh.patch
@ 2009-01-01 14:53 Raul Porcel (armin76)
0 siblings, 0 replies; only message in thread
From: Raul Porcel (armin76) @ 2009-01-01 14:53 UTC (permalink / raw
To: gentoo-commits
armin76 09/01/01 14:53:01
Added: 1.3.9-sh.patch
Log:
Add patch for compiling on sh, mark ~sh
(Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r2 ia64)
Revision Changes Path
1.1 net-misc/tightvnc/files/1.3.9-sh.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tightvnc/files/1.3.9-sh.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tightvnc/files/1.3.9-sh.patch?rev=1.1&content-type=text/plain
Index: 1.3.9-sh.patch
===================================================================
diff -ur vnc_unixsrc.orig/Xvnc/config/cf/linux.cf vnc_unixsrc/Xvnc/config/cf/linux.cf
--- vnc_unixsrc.orig/Xvnc/config/cf/linux.cf 2009-01-01 11:41:14.000000000 +0100
+++ vnc_unixsrc/Xvnc/config/cf/linux.cf 2009-01-01 11:44:08.000000000 +0100
@@ -43,7 +43,8 @@
#if defined(AlphaArchitecture) || defined(PowerPCArchitecture) || \
defined(SparcArchitecture) || defined(ArmArchitecure) || \
defined(i386Architecture) || defined(s390Architecture) || \
- defined(s390xArchitecture) || defined(MipsArchitecture)
+ defined(s390xArchitecture) || defined(MipsArchitecture) || \
+ defined(SuperHArchitecture)
#define DefaultLinuxCLibMajorVersion 6
#else
#define DefaultLinuxCLibMajorVersion 5
@@ -312,6 +313,14 @@
#define ServerExtraDefines -DGCCUSESGAS XFree86ServerDefines
#endif /* Arm */
+#ifdef SuperHArchitecture
+#define DefaultCCOptions -fsigned-char
+#define OptimizedCDebugFlags -O2
+#define LinuxMachineDefines -D__sh__
+#define ServerOSDefines XFree86ServerOSDefines -DDDXTIME -DPART_NET
+#define ServerExtraDefines -DGCCUSESGAS XFree86ServerDefines
+#endif /* SuperH */
+
#ifdef SparcArchitecture
#define OptimizedCDebugFlags -O2
#define LinuxMachineDefines -D__sparc__
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-01-01 14:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-01 14:53 [gentoo-commits] gentoo-x86 commit in net-misc/tightvnc/files: 1.3.9-sh.patch Raul Porcel (armin76)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox