diff options
author | steve <steve@FreeBSD.org> | 1998-05-04 07:57:56 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-05-04 07:57:56 +0800 |
commit | 820095db88b48a2b8b0c55de7478fe3e7151e8d9 (patch) | |
tree | 404a50277adff9452fe55f50f20000ac4169beb8 /misc | |
parent | d386ba70b678decd32f3a47c5bed2c372255631b (diff) | |
download | freebsd-ports-gnome-820095db88b48a2b8b0c55de7478fe3e7151e8d9.tar.gz freebsd-ports-gnome-820095db88b48a2b8b0c55de7478fe3e7151e8d9.tar.zst freebsd-ports-gnome-820095db88b48a2b8b0c55de7478fe3e7151e8d9.zip |
Don't override ${CC}, instead patch ltconfig as done in a couple
of other ports.
PR: 6423
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 |