1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/math/tablix/files/patch-ttf-export_ttf.c
Pav Lucistnik 8f9b31e5f1 - Fix build on FreeBSD 4.X
Reported by:	krismail
2005-11-22 21:54:14 +00:00

16 lines
306 B
C

--- ttf/export_ttf.c.orig Fri Sep 2 21:30:43 2005
+++ ttf/export_ttf.c Tue Nov 22 21:27:53 2005
@@ -274,10 +274,10 @@
char *oldmodule;
+ scheme *sc;
+
oldmodule=curmodule;
curmodule="scheme";
-
- scheme *sc;
info("TinyScheme, Copyright (c) 2000, Dimitrios Souflis. All rights reserved.");