diff options
author | asami <asami@FreeBSD.org> | 1998-04-30 10:03:14 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-04-30 10:03:14 +0800 |
commit | 8595dcb707133e71141d6b888950990aedf20d3c (patch) | |
tree | a93cd1348779bbae85b8aced5a37cb4018abc295 /misc/xdelta | |
parent | 0501feb946fe7dab9143d6f7b3c3a7513b82961c (diff) | |
download | freebsd-ports-gnome-8595dcb707133e71141d6b888950990aedf20d3c.tar.gz freebsd-ports-gnome-8595dcb707133e71141d6b888950990aedf20d3c.tar.zst freebsd-ports-gnome-8595dcb707133e71141d6b888950990aedf20d3c.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
Diffstat (limited to 'misc/xdelta')
-rw-r--r-- | misc/xdelta/Makefile | 4 |
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> |