de5c801943
libspectre 0.2.6 (10 June 2010) =============================== This is another bugfix only release in the libspectre's 0.2 series. The most important change in this release is that gs is now always initalized with the flag -P- to make Ghostscript not look in the current directory for library files. See Debian bug http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583183 Compiler flags -ansi and -pedantic are now optional and can be enabled with --enable-iso-c configure option. It seems -pedantic causes performance regression when compiling with Sun Studio compiler. Thanks to Dagobert Michelsen for eporting the issue. (Bug #27735) Files with a doseps header and without EOF comment are correctly rendered now. (Bug #27830)
20 lines
514 B
Makefile
20 lines
514 B
Makefile
# $NetBSD: Makefile,v 1.10 2010/06/15 11:09:47 wiz Exp $
|
|
|
|
DISTNAME= libspectre-0.2.6
|
|
CATEGORIES= print
|
|
MASTER_SITES= http://libspectre.freedesktop.org/releases/
|
|
|
|
MAINTAINER= markd@NetBSD.org
|
|
HOMEPAGE= http://libspectre.freedesktop.org/wiki/
|
|
COMMENT= Small library for rendering Postscript documents
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= libspectre.pc.in
|
|
|
|
.include "../../print/ghostscript/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|