Date: Wed, 20 Feb 2002 19:01:21 -0500 (EST) From: John Borwick <jhborwic@unity.ncsu.edu> To: <ports@freebsd.org> Subject: graphviz 'make' problem fixed w/ LIBS change Message-ID: <Pine.GSO.4.33.0202201856540.25248-100000@uni04du.unity.ncsu.edu>
next in thread | raw e-mail | index | archive | help
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 <http://www.research.att.com/~erg/graphviz/b64.html> . 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.33.0202201856540.25248-100000>