Bug 244202 - science/mbdyn: fix build on powerpc*
Summary: science/mbdyn: fix build on powerpc*
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: powerpc Any
: --- Affects Only Me
Assignee: Piotr Kubaj
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-17 19:38 UTC by Piotr Kubaj
Modified: 2020-02-17 20:27 UTC (History)
2 users (show)

See Also:
yuri: maintainer-feedback+


Attachments
patch (999 bytes, patch)
2020-02-17 19:38 UTC, Piotr Kubaj
pkubaj: maintainer-approval? (yuri)
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 2020-02-17 19:38:01 UTC
Created attachment 211730 [details]
patch

result is undefined:
wraptest.cc:325:9: error: 'result' was not declared in this scope
  325 |  time = result << 32;
      |         ^~~~~~
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-02-17 20:27:10 UTC
A commit references this bug:

Author: pkubaj
Date: Mon Feb 17 20:26:39 UTC 2020
New revision: 526426
URL: https://svnweb.freebsd.org/changeset/ports/526426

Log:
  science/mbdyn: fix build on powerpc*

  result is undefined:
  wraptest.cc:325:9: error: 'result' was not declared in this scope
    325 |  time = result << 32;
        |         ^~~~~~

  PR:		244202
  Approved by:	yuri (maintainer)

Changes:
  head/science/mbdyn/files/
  head/science/mbdyn/files/patch-libraries_libmbwrap_wraptest.cc