1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

dtlogin: openbsd build fix

Amend ced27aa1f6 to prevent openbsd
make from failing because of the tab.
This commit is contained in:
Pascal de Bruijn 2016-06-09 17:49:07 +02:00 committed by Jon Trulson
parent 542fce33d4
commit 4aedbf2796

View file

@ -243,7 +243,7 @@ INCLUDES = -I$(XPROJECTROOT)/include/freetype2
#elif defined (LinuxArchitecture) #elif defined (LinuxArchitecture)
DEFINES = $(DTDEFINES) -DXDMCP DEFINES = $(DTDEFINES) -DXDMCP
#elif defined (OpenBSDArchitecture) #elif defined (OpenBSDArchitecture)
DEFINES = $(DTDEFINES) -DXDMCP DEFINES = $(DTDEFINES) -DXDMCP
#elif defined (FreeBSDArchitecture) #elif defined (FreeBSDArchitecture)
DEFINES = $(DTDEFINES) -DXDMCP DEFINES = $(DTDEFINES) -DXDMCP
#else #else