[csw-devel] SF.net SVN: gar:[8761] csw/mgar/pkg/protobuf/trunk/Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Tue Feb 23 10:47:21 CET 2010
Revision: 8761
http://gar.svn.sourceforge.net/gar/?rev=8761&view=rev
Author: wahwah
Date: 2010-02-23 09:47:21 +0000 (Tue, 23 Feb 2010)
Log Message:
-----------
protobuf: Enabled 64-bit build, discovered that some unit tests of i386 are failing.
Modified Paths:
--------------
csw/mgar/pkg/protobuf/trunk/Makefile
Modified: csw/mgar/pkg/protobuf/trunk/Makefile
===================================================================
--- csw/mgar/pkg/protobuf/trunk/Makefile 2010-02-23 09:45:48 UTC (rev 8760)
+++ csw/mgar/pkg/protobuf/trunk/Makefile 2010-02-23 09:47:21 UTC (rev 8761)
@@ -17,7 +17,6 @@
extensible format. Google uses Protocol Buffers for almost all of its
internal RPC protocols and file formats.
endef
-# PACKAGING_PLATFORMS ?= solaris9-sparc solaris9-i386
SPKG_SOURCEURL = http://code.google.com/p/protobuf/
MASTER_SITES = $(GOOGLE_MIRROR)
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
@@ -28,6 +27,7 @@
EXTRA_CFLAGS =
EXTRA_CXXFLAGS = -library=stlport4 -library=no%Cstd
EXTRA_LDFLAGS = -lCrun -lm
+BUILD64 = 1
CONFIGURE_ARGS = $(DIRPATHS)
TEST_TARGET = check
RUNTIME_DEP_PKGS_CSWprotobuf += CSWstlport
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