Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2013 12:53: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: r319228 - head/vietnamese/vnpstext/files
Message-ID:  <201305271253.r4RCrXM0092705@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon May 27 12:53:33 2013
New Revision: 319228
URL: http://svnweb.freebsd.org/changeset/ports/319228

Log:
  Fix build with clang

Modified:
  head/vietnamese/vnpstext/files/patch-03

Modified: head/vietnamese/vnpstext/files/patch-03
==============================================================================
--- head/vietnamese/vnpstext/files/patch-03	Mon May 27 12:45:20 2013	(r319227)
+++ head/vietnamese/vnpstext/files/patch-03	Mon May 27 12:53:33 2013	(r319228)
@@ -1,5 +1,5 @@
---- vnpstext.c.orig	Wed Sep  2 14:01:59 1992
-+++ vnpstext.c	Sun Dec  8 01:24:48 1996
+--- ./vnpstext.c.orig	1992-09-02 23:01:59.000000000 +0200
++++ ./vnpstext.c	2013-05-27 16:27:32.390245389 +0200
 @@ -86,7 +86,8 @@
  dofile(input)
      FILE		*input;
@@ -20,3 +20,12 @@
  	if (!*line) printf("B\n");
  	else {
  
+@@ -180,7 +182,7 @@
+ 	printf("/S{Lcheck count{gsave show grestore}repeat 0 ld rmoveto}def\n");
+ 	printf("/L{Lcheck ld mul 0 exch rmoveto}def\n");
+ 	printf("/B{Lcheck 0 ld rmoveto}def\n");
+-	return;
++	return NULL;
+     }
+ 
+     /* filename specified, use it */



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