pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/graphviz Force use of bundled libgd: fix buil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b148ef62609a
branches:  trunk
changeset: 485017:b148ef62609a
user:      seb <seb%pkgsrc.org@localhost>
date:      Fri Dec 03 11:42:57 2004 +0000

description:
Force use of bundled libgd: fix build when libgd is installed beforehand.
Please note that for now the use of an external libgd is still considered
experimental by graphviz team.

Reported by abs@. Thanks!

diffstat:

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

diffs (17 lines):

diff -r 9823474eea83 -r b148ef62609a graphics/graphviz/Makefile
--- a/graphics/graphviz/Makefile        Fri Dec 03 04:41:12 2004 +0000
+++ b/graphics/graphviz/Makefile        Fri Dec 03 11:42:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/11/30 10:16:14 seb Exp $
+# $NetBSD: Makefile,v 1.26 2004/12/03 11:42:57 seb Exp $
 #
 
 DISTNAME=      graphviz-1.16
@@ -23,6 +23,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
+CONFIGURE_ARGS+=       --with-mylibgd
 CONFIGURE_ENV+=                TCLCONFIG=${TCLCONFIG_SH}
 CONFIGURE_ENV+=                TKCONFIG=${TKCONFIG_SH}
 CONFIGURE_ENV+=                X11PREFIX=${X11PREFIX} X11BASE=${X11BASE}



Home | Main Index | Thread Index | Old Index