diff options
author | billf <billf@FreeBSD.org> | 1999-08-02 01:25:08 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-08-02 01:25:08 +0800 |
commit | 28189e7b13d83b7295c0616e920da076b75b44e4 (patch) | |
tree | a38d48bf8e5bf3b472835ebfdd3376d0977d329d /graphics/gd | |
parent | e52179242ddb401c58545852c8871997a5373a6b (diff) | |
download | freebsd-ports-gnome-28189e7b13d83b7295c0616e920da076b75b44e4.tar.gz freebsd-ports-gnome-28189e7b13d83b7295c0616e920da076b75b44e4.tar.zst freebsd-ports-gnome-28189e7b13d83b7295c0616e920da076b75b44e4.zip |
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.
Diffstat (limited to 'graphics/gd')
-rw-r--r-- | graphics/gd/Makefile | 5 | ||||
-rw-r--r-- | graphics/gd/distinfo | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 598854450be0..508d7087e2b2 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/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/gd/distinfo b/graphics/gd/distinfo index e4b340e04677..16dd9e756fae 100644 --- a/graphics/gd/distinfo +++ b/graphics/gd/distinfo @@ -1 +1 @@ -MD5 (gd-1.6.2.tar.gz) = 672bf9bbdfb6d94cf506db2dac2b6fc4 +MD5 (gd-1.6.2.tar.gz) = 4c4e248ea99d1ad7b8578f6bce6c5aa9 |