Summary: | devel/protobuf fails to build on sparc64 | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Michael Moll <mmoll> |
Component: | Individual Port(s) | Assignee: | Vanilla I. Shu <vanilla> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Michael Moll
![]() ![]() Responsible Changed From-To: freebsd-ports-bugs->vanilla Over to maintainer (via the GNATS Auto Assign Tool) Author: vanilla Date: Wed Mar 20 02:12:31 2013 New Revision: 314705 URL: http://svnweb.freebsd.org/changeset/ports/314705 Log: set ONLY_FOR_ARCHS to i386 and amd64. PR: ports/177084 Submitted by: Michael Moll kvedulv at kvedulv de Modified: head/devel/protobuf/Makefile Modified: head/devel/protobuf/Makefile ============================================================================== --- head/devel/protobuf/Makefile Wed Mar 20 02:01:11 2013 (r314704) +++ head/devel/protobuf/Makefile Wed Mar 20 02:12:31 2013 (r314705) @@ -15,6 +15,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_PKGCONFIG= yes USES+= pathfix +ONLY_FOR_ARCHS= i386 amd64 tests: build @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed, thanks. |