Bug 224959 - sysutils/cmocka needs small patch for ldb12 to build correctly on powerpc64
Summary: sysutils/cmocka needs small patch for ldb12 to build correctly on powerpc64
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: Devin Teske
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-06 23:03 UTC by Justin Hibbits
Modified: 2018-03-23 21:22 UTC (History)
1 user (show)

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


Attachments
Patch to add correct uintptr_t guard (1.31 KB, patch)
2018-01-06 23:03 UTC, Justin Hibbits
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Hibbits freebsd_committer freebsd_triage 2018-01-06 23:03:36 UTC
Created attachment 189481 [details]
Patch to add correct uintptr_t guard

Attached is a small patch for cmocka which properly guards uintptr_t definition.
Comment 1 Devin Teske freebsd_committer freebsd_triage 2018-03-16 21:55:10 UTC
Created https://reviews.freebsd.org/D14713
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-03-23 21:20:33 UTC
A commit references this bug:

Author: dteske
Date: Fri Mar 23 21:20:04 UTC 2018
New revision: 465409
URL: https://svnweb.freebsd.org/changeset/ports/465409

Log:
  Fix sysutils/cmocka build on powerpc64

  Make sure uintptr_t isn't double-defined

  PR:		ports/224959
  Submitted by:	jhibbits
  Reported by:	jhibbits
  Reviewed by:	imp
  Approved by:	imp (mentor)

Changes:
  head/sysutils/cmocka/Makefile
  head/sysutils/cmocka/files/
  head/sysutils/cmocka/files/patch-include_cmocka.h
Comment 3 Devin Teske freebsd_committer freebsd_triage 2018-03-23 21:22:42 UTC
Committed as SVN r465409