Use installed X11 includes and libs

This commit is contained in:
Ulrich Wilkens
2018-06-28 04:29:17 +02:00
committed by Jon Trulson
parent cd52651a3a
commit eb811f26f8
6 changed files with 10 additions and 10 deletions

View File

@@ -73,11 +73,8 @@ USE_GCC = UseGcc
# define HasGcc2 YES
#endif
/* Use installed X11 includes/libs on FreeBSD 11+ */
#if (OSMajorVersion >= 11)
/* Use installed X11 includes/libs */
#define UseInstalledX11 YES
#endif
/* For DtHelp TIFF processing routines. */
#ifdef AMD64Architecture

View File

@@ -106,6 +106,8 @@ XCOMM operating system: OSName
#define GccGasOption -DGCCUSESGAS
#define AsmDefines -DUSE_GAS
/* Use installed X11 includes/libs */
#define UseInstalledX11 YES
#ifdef i386Architecture
# ifndef OptimizedCDebugFlags

View File

@@ -148,10 +148,8 @@ XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVe
# endif
#endif
/* Use installed versions of Xm and X11 */
#if OSMajorVersion >= 6
/* Use installed X11 includes/libs */
# define UseInstalledX11 YES
#endif
/*
* Compiler Features

View File

@@ -376,6 +376,9 @@ man_keywords:: @@\
#define DependDefines -D__BUILTIN_VA_ARG_INCR
#endif
/* Use installed X11 includes/libs */
#define UseInstalledX11 YES
#define LdPreLib -L$(BUILDLIBDIR)
#define PamUnixDefines -DPAM_NIS
#define TtLargePICTable YES