aboutsummaryrefslogtreecommitdiff
path: root/misc/xdelta
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-04-30 02:03:14 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-04-30 02:03:14 +0000
commit5b903104db592b1d721db299cc1451eb5f38adf9 (patch)
tree038efec5b4d30fb30f39ad05717869caaecbd7fe /misc/xdelta
parentf16292f7f1bb2322f1af2e82dbd5b2a929de93b2 (diff)
downloadports-5b903104db592b1d721db299cc1451eb5f38adf9.tar.gz
ports-5b903104db592b1d721db299cc1451eb5f38adf9.zip
Properly detect GDBM, especially since we're going through the trouble
to depend on it. This fixes gimp's build problem ("XDELTA not found, the sky is falling!!!") too. PR: 6451 Submitted by: Donald Burr dburr@POBoxes.com
Notes
Notes: svn path=/head/; revision=10774
Diffstat (limited to 'misc/xdelta')
-rw-r--r--misc/xdelta/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/xdelta/Makefile b/misc/xdelta/Makefile
index f38146d4fe87..1b5603f05877 100644
--- a/misc/xdelta/Makefile
+++ b/misc/xdelta/Makefile
@@ -3,7 +3,7 @@
# Date created: Sun May 4 21:40:06 CDT 1997
# Whom: jmacd
#
-# $Id: Makefile,v 1.6 1998/04/21 00:09:55 jmacd Exp $
+# $Id: Makefile,v 1.7 1998/04/23 07:08:10 jmacd Exp $
#
DISTNAME= xdelta-0.18
@@ -18,6 +18,8 @@ GNU_CONFIGURE= yup
#
# this seems to be necessary for libtool :(
MAKE_ENV= CC=cc
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS=-L${LOCALBASE}/lib INSTALL_SCRIPT='$${INSTALL} -m 755'
MAN1= xdelta.1
.include <bsd.port.mk>