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

dtlogin: FreeBSD build fix

This commit is contained in:
Ulrich Wilkens 2016-06-12 18:55:18 +02:00 committed by Jon Trulson
parent 574cf20b31
commit 45ab8a3532

View file

@ -241,11 +241,11 @@ INCLUDES = -I$(XPROJECTROOT)/include/freetype2
#elif defined (AlphaArchitecture) #elif defined (AlphaArchitecture)
DEFINES = $(DTDEFINES) -DXDMCP -DSIA DEFINES = $(DTDEFINES) -DXDMCP -DSIA
#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
DEFINES = $(DTDEFINES) -D_NO_PROTO DEFINES = $(DTDEFINES) -D_NO_PROTO
#endif #endif