1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Set NATIVEXBINDIR on OpenBSD.

This commit is contained in:
Pascal Stumpf 2012-11-20 20:08:34 +01:00 committed by Jon Trulson
parent c57d2191e8
commit c64ac1985b

View file

@ -196,6 +196,8 @@ INCLUDES = -I$(XPROJECTROOT)/include/freetype2
#if defined (SunArchitecture) #if defined (SunArchitecture)
NATIVEXBINDIR = /usr/openwin/bin NATIVEXBINDIR = /usr/openwin/bin
#elif defined(OpenBSDArchitecture)
NATIVEXBINDIR = /usr/X11R6/bin
#else #else
NATIVEXBINDIR = /usr/bin/X11 NATIVEXBINDIR = /usr/bin/X11
#endif #endif