dtlogin: openbsd build fix
Amend ced27aa1f6 to prevent openbsd
make from failing because of the tab.
This commit is contained in:
parent
542fce33d4
commit
4aedbf2796
|
|
@ -243,7 +243,7 @@ INCLUDES = -I$(XPROJECTROOT)/include/freetype2
|
|||
#elif defined (LinuxArchitecture)
|
||||
DEFINES = $(DTDEFINES) -DXDMCP
|
||||
#elif defined (OpenBSDArchitecture)
|
||||
DEFINES = $(DTDEFINES) -DXDMCP
|
||||
DEFINES = $(DTDEFINES) -DXDMCP
|
||||
#elif defined (FreeBSDArchitecture)
|
||||
DEFINES = $(DTDEFINES) -DXDMCP
|
||||
#else
|
||||
|
|
|
|||
Loading…
Reference in New Issue