Bug 237570 - databases/py-leveldb: fix build with GCC-based architectures
Summary: databases/py-leveldb: fix build with GCC-based architectures
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-26 06:56 UTC by Piotr Kubaj
Modified: 2019-04-26 20:51 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments
patch (383 bytes, patch)
2019-04-26 06:56 UTC, Piotr Kubaj
pkubaj: maintainer-approval? (sunpoet)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Kubaj freebsd_committer freebsd_triage 2019-04-26 06:56:55 UTC
Created attachment 204024 [details]
patch

Add USES=compiler:c11 to fix build on GCC architectures.

Tested on powerpc64 and amd64.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-04-26 20:50:24 UTC
A commit references this bug:

Author: sunpoet
Date: Fri Apr 26 20:49:48 UTC 2019
New revision: 500164
URL: https://svnweb.freebsd.org/changeset/ports/500164

Log:
  Fix build on powerpc

  PR:		237570
  Submitted by:	pkubaj

Changes:
  head/databases/py-leveldb/Makefile
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2019-04-26 20:51:15 UTC
Committed. Thanks!