diff options
author | wiz <wiz@pkgsrc.org> | 2009-09-02 15:55:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-09-02 15:55:08 +0000 |
commit | 2837880274d8f7ec1b7102f5d51cb94fb650b5f0 (patch) | |
tree | b8b8180e1b172468520ac4dbdf7e0586f70285bf /print | |
parent | e2d76a2b74f8c28e11730dbd64914f46f943a661 (diff) | |
download | pkgsrc-2837880274d8f7ec1b7102f5d51cb94fb650b5f0.tar.gz |
Remove some obsolete/commented out stuff.
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile index e9ce21e75ab..a9b76e9a3dc 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2009/08/31 20:12:20 wiz Exp $ +# $NetBSD: Makefile,v 1.65 2009/09/02 15:55:08 wiz Exp $ DISTNAME= ghostscript-8.70 CATEGORIES= print @@ -56,10 +56,6 @@ CFLAGS.NetBSD= -fPIC CFLAGS.Linux= -fPIC CFLAGS.SunOS= -fPIC -###.if ${OPSYS} == "Darwin" -###MAKEFLAGS= "LDFLAGS_SO=-dynamiclib" -###.endif - # Interim IRIX build fix, the real problem is that fontconfig.pc doesn't # require linking against libiconv when it should do so. .if ${OPSYS} == "IRIX" @@ -68,18 +64,12 @@ 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: ${MKDIR} ${WRKSRC}/bin ${MKDIR} ${WRKSRC}/obj # ${MV} ${WRKSRC}/jasper ${WRKSRC}/jasper.dontuse ${MV} ${WRKSRC}/libpng ${WRKSRC}/libpng.dontuse # ${MV} ${WRKSRC}/zlib ${WRKSRC}/zlib.dontuse - ${TR} -d '\015' <${DELDOSCR} >${DELDOSCR}.tmp \ - && ${MV} ${DELDOSCR}.tmp ${DELDOSCR} post-install: ${LN} -sf gsc ${DESTDIR}${PREFIX}/bin/gs |