From befd52f31e23027d4fe1c20cd9e689f8c2addd51 Mon Sep 17 00:00:00 2001 From: drochner Date: Fri, 13 Feb 2009 15:31:35 +0000 Subject: fix a build problem with native xorg reported by Matthias Scheler, being here, quell a printf format compiler warning --- print/ghostscript/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'print/ghostscript/Makefile') diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile index 0d37c7f9da1..d647f96e36d 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2009/02/12 19:51:08 drochner Exp $ +# $NetBSD: Makefile,v 1.57 2009/02/13 15:31:35 drochner Exp $ DISTNAME= ghostscript-8.64 CATEGORIES= print @@ -66,6 +66,8 @@ CFLAGS.SunOS= -fPIC BUILDLINK_TRANSFORM+= l:fontconfig:fontconfig:iconv .endif +CONFIGURE_ENV+= LPLIBDIR=${LOCALBASE}/lib + post-extract: ${MKDIR} ${WRKSRC}/bin ${MKDIR} ${WRKSRC}/obj -- cgit v1.2.3