summaryrefslogtreecommitdiffstats
path: root/graphics/gd2
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1999-08-01 17:25:08 +0000
committerbillf <billf@FreeBSD.org>1999-08-01 17:25:08 +0000
commit28189e7b13d83b7295c0616e920da076b75b44e4 (patch)
treea38d48bf8e5bf3b472835ebfdd3376d0977d329d /graphics/gd2
parente52179242ddb401c58545852c8871997a5373a6b (diff)
downloadFreeBSD-ports-28189e7b13d83b7295c0616e920da076b75b44e4.zip
FreeBSD-ports-28189e7b13d83b7295c0616e920da076b75b44e4.tar.gz
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/gd2')
-rw-r--r--graphics/gd2/Makefile5
-rw-r--r--graphics/gd2/distinfo2
2 files changed, 4 insertions, 3 deletions
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
OpenPOWER on IntegriCloud