diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-09 11:35:31 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-09 11:35:31 +0000 |
commit | 0d4ffcdc30577715c1d57103178f4a6e94ea7312 (patch) | |
tree | 98ff16bb5adf33fdec924d4542e214026a3c415c /x11-toolkits/gtk-- | |
parent | 8795166b2a6f868e1a4b50c5ac467cf0f26a9237 (diff) | |
download | ports-0d4ffcdc30577715c1d57103178f4a6e94ea7312.tar.gz ports-0d4ffcdc30577715c1d57103178f4a6e94ea7312.zip |
bsd.port.mk already takes care of passing CC and CXX in the environment
for configure.
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes:
svn path=/head/; revision=19380
Diffstat (limited to 'x11-toolkits/gtk--')
-rw-r--r-- | x11-toolkits/gtk--/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gtk--/Makefile b/x11-toolkits/gtk--/Makefile index a01dfab836a4..4b3dfc6b2bcc 100644 --- a/x11-toolkits/gtk--/Makefile +++ b/x11-toolkits/gtk--/Makefile @@ -3,7 +3,7 @@ # Date created: 11 May 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.9 1999/05/29 03:55:36 steve Exp $ +# $Id: Makefile,v 1.10 1999/06/08 23:54:19 steve Exp $ # DISTNAME= Gtk---1.0.0 @@ -31,7 +31,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static=yes \ --without-gnome -CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" CC="${CC}" CXX="${CXX}" +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" MAN3= G_IntList.3 G_IntList_Iterator.3 G_List.3 G_List_Cpp_Iterator.3 \ G_List_Iterator.3 G_SList_Iterator.3 GtkBase.3 GtkBaseClass.3 \ |