Date: Thu, 14 Aug 2003 23:26:00 +0200 (CEST) From: Melvyn Sopacua <melvyn@webteckies.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: MAINTAINER <perky@FreeBSD.org> Subject: ports/55590: [PATCH] Compile failure graphics/graphviz Message-ID: <20030814212600.6C6B221B96@ghost.lan.webteckies.org> Resent-Message-ID: <200308142130.h7ELUGca063501@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 55590 >Category: ports >Synopsis: [PATCH] Compile failure graphics/graphviz >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Aug 14 14:30:16 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Melvyn Sopacua >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD ghost.lan.webteckies.org 4.8-STABLE FreeBSD 4.8-STABLE #2: Sat Aug 2 19:45:34 CEST 2003 root@ghost.lan.webteckies.org:/usr/obj/usr/src/sys/GHOST i386 >Description: Compilation fails, because <tcl.h> is not found. >How-To-Repeat: (cd /usr/ports/graphics/graphviz && make) >Fix: Add the tcl8.4/generic directory to includes on CONFIGURE_ENV Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/graphviz/Makefile,v retrieving revision 1.45 diff -u -r1.45 Makefile --- Makefile 12 Aug 2003 00:04:01 -0000 1.45 +++ Makefile 14 Aug 2003 21:25:08 -0000 @@ -23,7 +23,7 @@ USE_AUTOMAKE= yes AUTOMAKE_ARGS= --add-missing USE_LIBTOOL= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.4 -I${LOCALBASE}/include/tk8.4" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.4 -I${LOCALBASE}/include/tk8.4 -I${LOCALBASE}/include/tcl8.4/generic" \ LDFLAGS="-L${LOCALBASE}/lib" \ TCLCONFIG=${LOCALBASE}/lib/tcl8.4/tclConfig.sh \ TKCONFIG=${LOCALBASE}/lib/tk8.4/tkConfig.sh \ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030814212600.6C6B221B96>