summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkmm12
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-09 11:35:31 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-09 11:35:31 +0000
commit0d4ffcdc30577715c1d57103178f4a6e94ea7312 (patch)
tree98ff16bb5adf33fdec924d4542e214026a3c415c /x11-toolkits/gtkmm12
parentHere's a appropriate commit message for the last commit. (diff)
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/gtkmm12')
-rw-r--r--x11-toolkits/gtkmm12/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gtkmm12/Makefile b/x11-toolkits/gtkmm12/Makefile
index a01dfab836a4..4b3dfc6b2bcc 100644
--- a/x11-toolkits/gtkmm12/Makefile
+++ b/x11-toolkits/gtkmm12/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 \