1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Fix gcc 3.3 compile failure.

Submitted by:	Simon Barner <barner@in.tum.de>
This commit is contained in:
Christian Weisgerber 2003-07-29 19:32:12 +00:00
parent 84361df012
commit 20bbe6a2b9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85875

View File

@ -1,11 +1,66 @@
--- topaz/tpv2ps.cc.orig Wed Dec 4 23:02:28 2002
+++ topaz/tpv2ps.cc Fri Dec 27 04:51:06 2002
@@ -31,7 +31,7 @@
--- topaz/tpv2ps.cc.orig Fri Jun 27 14:35:40 2003
+++ topaz/tpv2ps.cc Thu Jul 24 02:50:11 2003
@@ -31,8 +31,6 @@
#include <math.h>
#include <string>
#include <time.h>
-#include <getopt.h>
+//#include <getopt.h>
//char *optarg;
-//char *optarg;
extern int errno;
#include "vectdefs.h"
@@ -63,31 +61,31 @@
#define buffersize 1024
-char* entry[] = {
- {"Times-Roman-Q"},
- {"Times-Bold-Q"},
- {"Times-Italic-Q"},
- {"Times-BoldItalic-Q"},
- {"Helvetica-Q"},
- {"Helvetica-Bold-Q"},
- {"Helvetica-Oblique-Q"},
- {"Helvetica-BoldOblique-Q"},
- {"Courier-Q"},
- {"Courier-Bold-Q"},
- {"Courier-Oblique-Q"},
- {"Courier-BoldOblique-Q"},
- {"Symbol"}
+static const char *entry[] = {
+ "Times-Roman-Q",
+ "Times-Bold-Q",
+ "Times-Italic-Q",
+ "Times-BoldItalic-Q",
+ "Helvetica-Q",
+ "Helvetica-Bold-Q",
+ "Helvetica-Oblique-Q",
+ "Helvetica-BoldOblique-Q",
+ "Courier-Q",
+ "Courier-Bold-Q",
+ "Courier-Oblique-Q",
+ "Courier-BoldOblique-Q",
+ "Symbol"
};
-char* kentry[] = {
- {"Ryumin-Light-H"},
- {"Ryumin-Light-H"},
- {"Ryumin-Light-H"},
- {"Ryumin-Light-H"},
- {"GothicBBB-Medium-H"},
- {"GothicBBB-Medium-H"},
- {"GothicBBB-Medium-H"},
- {"GothicBBB-Medium-H"},
+static const char *kentry[] = {
+ "Ryumin-Light-H",
+ "Ryumin-Light-H",
+ "Ryumin-Light-H",
+ "Ryumin-Light-H",
+ "GothicBBB-Medium-H",
+ "GothicBBB-Medium-H",
+ "GothicBBB-Medium-H",
+ "GothicBBB-Medium-H",
};
double papery;