Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 May 2013 20:59:33 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317252 - head/x11-fm/tdfsb/files
Message-ID:  <201305032059.r43KxXqo034090@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri May  3 20:59:32 2013
New Revision: 317252
URL: http://svnweb.freebsd.org/changeset/ports/317252

Log:
  Fix build with clang

Added:
  head/x11-fm/tdfsb/files/
  head/x11-fm/tdfsb/files/patch-tdfsb.c   (contents, props changed)

Added: head/x11-fm/tdfsb/files/patch-tdfsb.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fm/tdfsb/files/patch-tdfsb.c	Fri May  3 20:59:32 2013	(r317252)
@@ -0,0 +1,11 @@
+--- ./tdfsb.c.orig	2007-06-22 14:43:02.000000000 +0200
++++ ./tdfsb.c	2013-05-03 22:58:48.944863278 +0200
+@@ -2795,7 +2795,7 @@
+                             {
+                                 strcpy(TDFSB_CURRENTPATH,temp_trunc);        
+                                 TDFSB_FUNC_IDLE=nullDisplay; TDFSB_FUNC_DISP=noDisplay; 
+-                                return;
++                                return(0);
+                             }
+ 			    TDFSB_FUNC_IDLE=nullDisplay;
+                             TDFSB_FUNC_DISP=noDisplay;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305032059.r43KxXqo034090>