mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
my best guess at what needs to happen so far, PDF file generation currently appears broken.
13 lines
351 B
Text
13 lines
351 B
Text
$FreeBSD$
|
|
|
|
--- term/pdf.trm.orig Fri Jun 25 10:15:46 2004
|
|
+++ term/pdf.trm Fri Jun 25 10:16:01 2004
|
|
@@ -343,7 +343,7 @@
|
|
myPDF = PDF_new();
|
|
|
|
/*open new PDF file */
|
|
- if (PDF_open_fp(myPDF, gpoutfile) == -1)
|
|
+ if (PDF_open_file(myPDF, gpoutfile) == -1)
|
|
int_error(NO_CARET, "Error:cannot open PDF file .\n");
|
|
|
|
#ifdef PDF_DONT_COMPRESS
|