diff options
author | Steve Price <steve@FreeBSD.org> | 1998-05-03 23:57:56 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-05-03 23:57:56 +0000 |
commit | 621eb481c624095655536e644e2e66af0040a826 (patch) | |
tree | 4b7555cb33f840fba2454b18c6c7d1a320cbd236 /misc | |
parent | c24a988205aaa2ffbe90f7e22f06b34cda234437 (diff) | |
download | ports-621eb481c624095655536e644e2e66af0040a826.tar.gz ports-621eb481c624095655536e644e2e66af0040a826.zip |
Don't override ${CC}, instead patch ltconfig as done in a couple
of other ports.
PR: 6423
Notes
Notes:
svn path=/head/; revision=10829
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xdelta/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/misc/xdelta/Makefile b/misc/xdelta/Makefile index 1b5603f05877..a17ce6b20098 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.7 1998/04/23 07:08:10 jmacd Exp $ +# $Id: Makefile,v 1.8 1998/04/30 02:03:14 asami Exp $ # DISTNAME= xdelta-0.18 @@ -15,9 +15,6 @@ MAINTAINER= jmacd@FreeBSD.ORG BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm 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 |