summaryrefslogtreecommitdiff
path: root/graphics/gd1
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-08-01 17:25:08 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-08-01 17:25:08 +0000
commit84c6dff533e8b3db45ab592fe3e9228a97f07558 (patch)
tree8a38fd852143195753f87b1792adc9676ebb5eda /graphics/gd1
parentGo back to patchlevel 8 as the author re-cut patch 10 and it is now (diff)
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.
Notes
Notes: svn path=/head/; revision=20467
Diffstat (limited to 'graphics/gd1')
-rw-r--r--graphics/gd1/Makefile5
-rw-r--r--graphics/gd1/distinfo2
2 files changed, 4 insertions, 3 deletions
diff --git a/graphics/gd1/Makefile b/graphics/gd1/Makefile
index 598854450be0..508d7087e2b2 100644
--- a/graphics/gd1/Makefile
+++ b/graphics/gd1/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/gd1/distinfo b/graphics/gd1/distinfo
index e4b340e04677..16dd9e756fae 100644
--- a/graphics/gd1/distinfo
+++ b/graphics/gd1/distinfo
@@ -1 +1 @@
-MD5 (gd-1.6.2.tar.gz) = 672bf9bbdfb6d94cf506db2dac2b6fc4
+MD5 (gd-1.6.2.tar.gz) = 4c4e248ea99d1ad7b8578f6bce6c5aa9