Revision: 24840 http://sourceforge.net/p/gar/code/24840 Author: jake_goerzen Date: 2015-04-09 20:31:55 +0000 (Thu, 09 Apr 2015) Log Message: ----------- tor: enable 64 bit build and automatic selection of 32/64 bit binaries
Modified Paths: -------------- csw/mgar/pkg/tor/trunk/Makefile Modified: csw/mgar/pkg/tor/trunk/Makefile =================================================================== --- csw/mgar/pkg/tor/trunk/Makefile 2015-04-09 17:01:27 UTC (rev 24839) +++ csw/mgar/pkg/tor/trunk/Makefile 2015-04-09 20:31:55 UTC (rev 24840) @@ -30,6 +30,9 @@ GARCOMPILER = GNU +BUILD64 = 1 +ISAEXEC = 1 + sysconfdir = /etc/opt/csw CONFIGURE_ARGS = $(DIRPATHS) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.