Hello,

one of the latest patches has used a tab character
at the beginning of a line in Imakefile. This was
done outside of a rule. It seems that bsd make
doesn't like it and FreeBSD build is now broken.
The attached patch fixes it.

Regards, Ulrich


--
Ulrich Wilkens
Email: m...@uwilkens.de

>From e4e72b794adda630d03897301741b8d81b4317c7 Mon Sep 17 00:00:00 2001
From: Ulrich Wilkens <m...@uwilkens.de>
Date: Sun, 12 Jun 2016 18:55:18 +0200
Subject: [PATCH] dtlogin: FreeBSD build fix

---
 cde/programs/dtlogin/Imakefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cde/programs/dtlogin/Imakefile b/cde/programs/dtlogin/Imakefile
index 878d951..65c77bd 100644
--- a/cde/programs/dtlogin/Imakefile
+++ b/cde/programs/dtlogin/Imakefile
@@ -241,11 +241,11 @@ INCLUDES = -I$(XPROJECTROOT)/include/freetype2
 #elif defined (AlphaArchitecture)
         DEFINES = $(DTDEFINES) -DXDMCP -DSIA
 #elif defined (LinuxArchitecture)
-	 DEFINES = $(DTDEFINES) -DXDMCP
+        DEFINES = $(DTDEFINES) -DXDMCP
 #elif defined (OpenBSDArchitecture)
         DEFINES = $(DTDEFINES) -DXDMCP
 #elif defined (FreeBSDArchitecture)
-	DEFINES = $(DTDEFINES) -DXDMCP
+        DEFINES = $(DTDEFINES) -DXDMCP
 #else
         DEFINES = $(DTDEFINES) -D_NO_PROTO
 #endif
-- 
1.7.11.5

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to