diff options
author | drochner <drochner@pkgsrc.org> | 2009-02-18 17:52:58 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-02-18 17:52:58 +0000 |
commit | 716cd369316764a1c773f0d72deecd82e65032c0 (patch) | |
tree | 7912aadfc0f8aeb5eddd8b2e02222598cf776bfd | |
parent | cbeb063c10a2931735ee1be680277fc4c7ca43c8 (diff) | |
download | pkgsrc-716cd369316764a1c773f0d72deecd82e65032c0.tar.gz |
add a comment that the DOS-linefeed issue is fixed upstream,
as suggested by Joern Clausen
-rw-r--r-- | print/ghostscript/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile index f47e4cf9258..6f9520a9198 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2009/02/17 16:15:29 drochner Exp $ +# $NetBSD: Makefile,v 1.59 2009/02/18 17:52:58 drochner Exp $ DISTNAME= ghostscript-8.64 CATEGORIES= print @@ -69,6 +69,7 @@ BUILDLINK_TRANSFORM+= l:fontconfig:fontconfig:iconv CONFIGURE_ENV+= LPLIBDIR=${LOCALBASE}/lib # XXX Sun Studio Compiler does not like DOS linebreaks +# should be fixed in next ghostscript release DELDOSCR= ${WRKSRC}/jasper/src/libjasper/jpc/jpc_qmfb.c post-extract: |