Introduction of BSDArchitecture
This commit is contained in:
committed by
Jon Trulson
parent
380867c31c
commit
6b0da8f335
@@ -139,7 +139,7 @@ DEPXDMCPLIB =
|
||||
INCLUDES = -I/usr/include/freetype2
|
||||
#endif
|
||||
|
||||
#if defined(OpenBSDArchitecture) || defined(FreeBSDArchitecture)
|
||||
#if defined(BSDArchitecture)
|
||||
INCLUDES = -I$(XPROJECTROOT)/include/freetype2
|
||||
#endif
|
||||
|
||||
@@ -203,6 +203,8 @@ INCLUDES = -I$(XPROJECTROOT)/include/freetype2
|
||||
|
||||
#if defined (SunArchitecture)
|
||||
NATIVEXBINDIR = /usr/openwin/bin
|
||||
#elif defined(FreeBSDArchitecture)
|
||||
NATIVEXBINDIR = /usr/local/bin
|
||||
#elif defined(OpenBSDArchitecture)
|
||||
NATIVEXBINDIR = /usr/X11R6/bin
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user