summaryrefslogtreecommitdiff
path: root/print/ghostscript/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2008-03-05 19:12:16 +0000
committerdrochner <drochner@pkgsrc.org>2008-03-05 19:12:16 +0000
commit6ab2baf2041544d593cfc8de1507a452b0f0914f (patch)
tree11a584cc2e877bda4537be7e441f74c53ce44318 /print/ghostscript/Makefile
parentf45ff136c46882593507ecc7e298de5acb982641 (diff)
downloadpkgsrc-6ab2baf2041544d593cfc8de1507a452b0f0914f.tar.gz
fix a botched pointer comparision which fails if the pointer difference
overflows the signed integer range, this fixes font problems in PDF creation for me, bump PKGREVISION
Diffstat (limited to 'print/ghostscript/Makefile')
-rw-r--r--print/ghostscript/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile
index 5c344c5e74c..5d144577168 100644
--- a/print/ghostscript/Makefile
+++ b/print/ghostscript/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2008/03/05 11:01:12 drochner Exp $
+# $NetBSD: Makefile,v 1.46 2008/03/05 19:12:16 drochner Exp $
DISTNAME= ghostscript-8.62
+PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ghostscript/}
EXTRACT_SUFX= .tar.bz2