Bug 237153 - devel/gearmand-devel: fix build with GCC-based architectures
Summary: devel/gearmand-devel: 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: Piotr Kubaj
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-09 10:44 UTC by Piotr Kubaj
Modified: 2019-05-01 18:01 UTC (History)
3 users (show)

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


Attachments
patch (803 bytes, patch)
2019-04-09 10:44 UTC, Piotr Kubaj
no flags 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-09 10:44:03 UTC
Created attachment 203535 [details]
patch

libtest/timer.hpp needs to include stdint.h for uint64.

Tested on powerpc64 and amd64.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-05-01 18:01:23 UTC
A commit references this bug:

Author: pkubaj
Date: Wed May  1 18:00:47 UTC 2019
New revision: 500602
URL: https://svnweb.freebsd.org/changeset/ports/500602

Log:
  devel/gearmand-devel: fix build with GCC-based architectures

  libtest/timer.hpp needs to include stdint.h for uint64.

  ./libtest/timer.hpp:55:36: error: 'int64_t' has not been declared
    void offset(int64_t minutes_arg, int64_t seconds_arg, int64_t nanoseconds);
                                     ^~~~~~~

  PR:		237153
  Approved by:	bdrewery (maintainer timeout), mat (mentor)
  Differential Revision:	https://reviews.freebsd.org/D20114

Changes:
  head/devel/gearmand-devel/files/patch-libtest_timer.hpp