From 28189e7b13d83b7295c0616e920da076b75b44e4 Mon Sep 17 00:00:00 2001 From: billf Date: Sun, 1 Aug 1999 17:25:08 +0000 Subject: Reroll md5 and tell gd where our libraries are found. The compile was coming out as: .... -L${exec_prefix}/lib .... which obviously doesn't work. --- graphics/gd2/Makefile | 5 +++-- graphics/gd2/distinfo | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'graphics/gd2') diff --git a/graphics/gd2/Makefile b/graphics/gd2/Makefile index 5988544..508d708 100644 --- a/graphics/gd2/Makefile +++ b/graphics/gd2/Makefile @@ -3,7 +3,7 @@ # Date created: 27 Mar 1998 # Whom: jeff@cetlink.net # -# $Id: Makefile,v 1.7 1999/07/24 23:56:41 billf Exp $ +# $Id: Makefile,v 1.8 1999/08/01 02:43:07 steve Exp $ # DISTNAME= gd-1.6.2 @@ -18,7 +18,8 @@ LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png FETCH_BEFORE_ARGS= -b USE_LIBTOOL= yes CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" -CONFIGURE_ARGS+= --includedir=${PREFIX}/include/gd +CONFIGURE_ARGS+= --includedir=${PREFIX}/include/gd \ + --libdir=${PREFIX}/lib pre-install: ${MKDIR} ${PREFIX}/include/gd diff --git a/graphics/gd2/distinfo b/graphics/gd2/distinfo index e4b340e..16dd9e7 100644 --- a/graphics/gd2/distinfo +++ b/graphics/gd2/distinfo @@ -1 +1 @@ -MD5 (gd-1.6.2.tar.gz) = 672bf9bbdfb6d94cf506db2dac2b6fc4 +MD5 (gd-1.6.2.tar.gz) = 4c4e248ea99d1ad7b8578f6bce6c5aa9 -- cgit v1.1