diff options
Diffstat (limited to 'net/vnc/patches/patch-ab')
-rw-r--r-- | net/vnc/patches/patch-ab | 115 |
1 files changed, 115 insertions, 0 deletions
diff --git a/net/vnc/patches/patch-ab b/net/vnc/patches/patch-ab new file mode 100644 index 00000000000..ecba6bf7145 --- /dev/null +++ b/net/vnc/patches/patch-ab @@ -0,0 +1,115 @@ +--- /dev/null Fri Jun 5 15:30:38 1998 ++++ Xvnc/config/NetBSD.cf Fri Jun 5 15:36:14 1998 +@@ -0,0 +1,101 @@ ++XCOMM platform: $XFree86: xc/config/cf/NetBSD.cf,v 3.49.2.9 1997/07/26 06:30:39 dawes Exp $ ++ ++#ifndef OSName ++#define OSName NetBSD 1.3 ++#endif ++#ifndef OSVendor ++#define OSVendor The NetBSD Foundation, Inc. ++#endif ++#ifndef OSMajorVersion ++#define OSMajorVersion 1 ++#endif ++#ifndef OSMinorVersion ++#define OSMinorVersion 3 ++#endif ++#ifndef OSTeenyVersion ++#define OSTeenyVersion 0 ++#endif ++ ++XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVersion) ++ ++#define HasPutenv YES ++#define HasBSD44Sockets YES ++ ++#define CppCmd /usr/libexec/cpp -traditional ++#define PreProcessCmd /usr/libexec/cpp -traditional ++#undef InstallCmd ++#define InstallCmd /usr/bin/install ++ ++#define UseGas YES ++#ifndef GccUsesGas ++# define GccUsesGas YES ++#endif ++ ++#ifndef AsmDefines ++# define AsmDefines -DUSE_GAS ++#endif ++ ++#if GccUsesGas ++# define GccGasOption -DGCCUSESGAS ++#else ++# define GccGasOption /**/ ++#endif ++ ++#ifndef HasGcc2 ++# define HasGcc2 YES ++#endif ++ ++#define MkdirHierCmd mkdir -p ++ ++#define CcCmd gcc ++#ifndef DefaultCCOptions ++#define DefaultCCOptions -pipe ++#endif ++ ++#ifdef i386Architecture ++#define OptimizedCDebugFlags -m486 -O2 -fno-strength-reduce ++#else ++#define OptimizedCDebugFlags -O2 ++#endif ++ ++#if OSMajorVersion >= 1 ++#define ServerOSDefines XFree86ServerOSDefines ++#define XawI18nDefines -DUSE_XWCHAR_STRING ++#define HasMakefileSafeInclude YES ++#define IncludeMakefile(file) @@# dependencies are in .depend ++#define DependFileName .depend ++#ifndef ExtraLibraries ++#define ExtraLibraries -lz ++#endif ++#else ++#define ServerOSDefines XFree86ServerOSDefines -DDDXTIME -DXNO_SYSCONF ++#define XawI18nDefines -DUSE_XWCHAR_STRING -DUSE_XMBTOWC ++#ifndef ExtraLibraries ++#define ExtraLibraries /**/ ++#endif ++#endif ++ ++#define ServerExtraDefines GccGasOption XFree86ServerDefines ++ ++#define StandardDefines -DCSRG_BASED ++ ++#define TroffCmd groff -Tps ++#define SetTtyGroup YES ++#define HasNdbm YES ++#define HasShm YES ++#define HasWChar32 YES ++ ++#define HasLibCrypt YES ++ ++#define AvoidNullMakeCommand YES ++ ++#define BuildServer YES ++#define XF86SVGAServer NO ++#define XvncServer YES ++#define ProjectRoot /usr/X11R6 ++ ++#include <bsdLib.rules> ++ ++#ifdef i386Architecture ++#include <xfree86.cf> ++#endif +--- Xvnc/lib/font/Type1/t1funcs.c 1998/06/05 15:02:02 1.1 ++++ Xvnc/lib/font/Type1/t1funcs.c 1998/06/05 15:02:29 +@@ -84,6 +84,8 @@ + from the X Consortium. + + */ ++ ++#include <sys/types.h> + + #include <string.h> + #ifdef _XOPEN_SOURCE |