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:
parent
574cf20b31
commit
45ab8a3532
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue