View | Details | Raw Unified | Return to bug 244968 | Differences between
and this patch

Collapse All | Expand All

(-)graphics/xpdf4/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	xpdf
3
PORTNAME=	xpdf
4
PORTVERSION=	4.02
4
PORTVERSION=	4.02
5
PORTEPOCH=	1
5
PORTEPOCH=	2
6
CATEGORIES=	graphics print
6
CATEGORIES=	graphics print
7
MASTER_SITES=	https://xpdfreader-dl.s3.amazonaws.com/
7
MASTER_SITES=	https://xpdfreader-dl.s3.amazonaws.com/
8
.if !defined(MASTERDIR)
8
.if !defined(MASTERDIR)
(-)graphics/xpdf4/files/patch-xpdf_GlobalParams.cc (+11 lines)
Line 0 Link Here
1
--- xpdf/GlobalParams.cc.orig	2020-03-22 04:07:48.776746000 -0500
2
+++ xpdf/GlobalParams.cc	2020-03-22 04:10:45.296740000 -0500
3
@@ -568,7 +568,7 @@
4
     FcFontSetDestroy(fontSet);
5
   }
6
 
7
-  FcFini();
8
+//  FcFini();
9
 }
10
 #endif // HAVE_FONTCONFIG
11
 

Return to bug 244968