svn commit: r317252 - head/x11-fm/tdfsb/files

Baptiste Daroussin bapt at FreeBSD.org
Fri May 3 20:59:33 UTC 2013


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;


More information about the svn-ports-all mailing list