SF.net SVN: gar:[22177] csw/mgar/pkg/tk85/trunk/Makefile
lblume at users.sourceforge.net
lblume at users.sourceforge.net
Tue Oct 8 22:33:41 CEST 2013
Revision: 22177
http://gar.svn.sourceforge.net/gar/?rev=22177&view=rev
Author: lblume
Date: 2013-10-08 20:33:40 +0000 (Tue, 08 Oct 2013)
Log Message:
-----------
tk85/trunk: Add configure parameters already passed to Tcl
Modified Paths:
--------------
csw/mgar/pkg/tk85/trunk/Makefile
Modified: csw/mgar/pkg/tk85/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tk85/trunk/Makefile 2013-10-08 20:26:21 UTC (rev 22176)
+++ csw/mgar/pkg/tk85/trunk/Makefile 2013-10-08 20:33:40 UTC (rev 22177)
@@ -62,6 +62,12 @@
WORKSRC = $(WORKDIR)/$(DISTNAME)/unix
CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --enable-shared
+CONFIGURE_ARGS += --enable-threads
+# This is supposed to be needed for completeness, but what it does in configure
+# is really questionable. Should not break stuff, though.
+CONFIGURE_ARGS-64 += --enable-64bit
+CONFIGURE_ARGS += CONFIGURE_ARGS-$(MEMORYMODEL)
# tk need the static tclstub library for some reason
MERGE_EXCLUDE_STATICLIBS =
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list