svn commit: r319228 - head/vietnamese/vnpstext/files
Baptiste Daroussin
bapt at FreeBSD.org
Mon May 27 12:53:34 UTC 2013
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 */
More information about the svn-ports-all
mailing list