pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/pstoedit fix the environment variable which t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c9c57e5fe9cd
branches:  trunk
changeset: 498302:c9c57e5fe9cd
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Aug 19 15:49:52 2005 +0000

description:
fix the environment variable which tells the path to ghostscript.
this way, configure will continue, even with no ghostscript installed
at build time. I realli don't want a hard dependency on a specific version.
Should fix build error seen in bulk build.

diffstat:

 graphics/pstoedit/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 31cf8de71912 -r c9c57e5fe9cd graphics/pstoedit/Makefile
--- a/graphics/pstoedit/Makefile        Fri Aug 19 15:32:50 2005 +0000
+++ b/graphics/pstoedit/Makefile        Fri Aug 19 15:49:52 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2005/08/12 19:29:29 drochner Exp $
+# $NetBSD: Makefile,v 1.30 2005/08/19 15:49:52 drochner Exp $
 
 DISTNAME=      pstoedit-3.41
 CATEGORIES=    converters graphics print
@@ -16,7 +16,7 @@
 USE_LANGUAGES= c++
 GNU_CONFIGURE= yes
 CONFIGURE_ENV+=        CXXFLAGS="${CFLAGS} -Dunix"
-CONFIGURE_ENV+=        GS=${LOCALBASE}/bin/gs
+CONFIGURE_ENV+=        ac_cv_path_GS=${LOCALBASE}/bin/gs
 CONFIGURE_ARGS+=--datadir=${PREFIX}/share
 CONFIGURE_ARGS+=--libdir=${PREFIX}/lib/pstoedit        # plugin dir -- unused for now
 BUILD_TARGET=
@@ -37,5 +37,6 @@
 
 .include "../../graphics/plotutils/buildlink3.mk"
 .include "../../mk/x11.buildlink3.mk"
+# XXX avoid hard dependency
 #.include "../../mk/ghostscript.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index