svn commit: r426858 - head/devel/protobuf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Nov 22 20:13:54 UTC 2016


Author: sunpoet
Date: Tue Nov 22 20:13:52 2016
New Revision: 426858
URL: https://svnweb.freebsd.org/changeset/ports/426858

Log:
  - Remove ONLY_FOR_ARCHS: allow more archs to build this port
  
  Suggested by:	linimon

Modified:
  head/devel/protobuf/Makefile

Modified: head/devel/protobuf/Makefile
==============================================================================
--- head/devel/protobuf/Makefile	Tue Nov 22 19:58:55 2016	(r426857)
+++ head/devel/protobuf/Makefile	Tue Nov 22 20:13:52 2016	(r426858)
@@ -14,7 +14,6 @@ LICENSE=	BSD3CLAUSE
 CFLAGS+=	-DGOOGLE_PROTOBUF_NO_RTTI
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-ONLY_FOR_ARCHS=	amd64 armv6 i386
 TEST_TARGET=	check
 USE_CSTD=	c99	# for audio/clementine-player support
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list