diff options
Diffstat (limited to 'net/tightvnc/files/patch-Xvnc__config__cf__Imake.cf')
-rw-r--r-- | net/tightvnc/files/patch-Xvnc__config__cf__Imake.cf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/tightvnc/files/patch-Xvnc__config__cf__Imake.cf b/net/tightvnc/files/patch-Xvnc__config__cf__Imake.cf new file mode 100644 index 000000000000..1aaf39698bcb --- /dev/null +++ b/net/tightvnc/files/patch-Xvnc__config__cf__Imake.cf @@ -0,0 +1,15 @@ +--- Xvnc/config/cf/Imake.cf.orig 2006-12-23 21:07:55.000000000 +0900 ++++ Xvnc/config/cf/Imake.cf 2007-09-05 07:45:05.000000000 +0900 +@@ -206,6 +206,12 @@ + # define i386Architecture + # undef i386 + # endif ++# ifdef __x86_64__ ++# ifndef x86_64Architecture ++# define x86_64Architecture ++# endif ++# undef __x86_64__ ++# endif + # ifdef __alpha__ + # define AlphaBsdArchitecture + # define AlphaArchitecture |