From owner-freebsd-ports Wed Feb 20 16: 1:28 2002 Delivered-To: freebsd-ports@freebsd.org Received: from uni03mr.unity.ncsu.edu (uni03mr.unity.ncsu.edu [152.1.1.166]) by hub.freebsd.org (Postfix) with ESMTP id D445437B404 for ; Wed, 20 Feb 2002 16:01:22 -0800 (PST) Received: from uni04du.unity.ncsu.edu (uni04du.unity.ncsu.edu [152.1.2.81]) by uni03mr.unity.ncsu.edu (8.8.8/8.8.8/UR01Feb99) with ESMTP id TAA06275 for ; Wed, 20 Feb 2002 19:01:21 -0500 (EST) Date: Wed, 20 Feb 2002 19:01:21 -0500 (EST) From: John Borwick Reply-To: To: Subject: graphviz 'make' problem fixed w/ LIBS change Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org For 'graphics/graphviz', PORTVERSION=1.7.7, I had trouble compiling it via a straight 'make'. After changing the LIBS arguments, I had no trouble. I just had to add '-liconv', as tipped off by . HTH, John Borwick $PORTS/graphics/graphviz/work/graphviz-1.7.7/dotneato/Makefile : nada:/usr/ports/graphics/graphviz/work/graphviz-1.7.7/dotneato> diff -u ~/orig-make Makefile --- /home/john/orig-make Wed Feb 20 18:59:07 2002 +++ Makefile Wed Feb 20 18:54:58 2002 @@ -177,7 +177,7 @@ AUTOMAKE_OPTIONS = 1.4 -LIBS = -lm ${FT_LIBS} ${PNG_LIBS} ${JPEG_LIBS} ${XPM_LIBS} ${Z_LIBS} +LIBS = -lm ${FT_LIBS} ${PNG_LIBS} ${JPEG_LIBS} ${XPM_LIBS} ${Z_LIBS} -liconv CFLAGS = -O -pipe -DDATE="\"`date`\"" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message