Bug 239496 - lang/angelscript: fix build on powerpc64
Summary: lang/angelscript: fix build 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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-28 14:28 UTC by Piotr Kubaj
Modified: 2019-08-24 12:39 UTC (History)
1 user (show)

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


Attachments
patch (1.53 KB, patch)
2019-07-28 14:28 UTC, Piotr Kubaj
no flags Details | Diff
v2 (1.57 KB, patch)
2019-07-30 13:12 UTC, Piotr Kubaj
pkubaj: maintainer-approval? (ndowens04)
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-07-28 14:28:59 UTC
Created attachment 206119 [details]
patch

Angelscript works on powerpc, but its naming convention is only 32-bit. Define AS_MAX_PORTABILITY when building on powerpc64 to fix build.
Comment 1 Piotr Kubaj freebsd_committer freebsd_triage 2019-07-30 13:12:41 UTC
Created attachment 206156 [details]
v2

powerpc64 is BE.
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2019-08-02 10:46:28 UTC
This builds for me on both amd64 and powerpc64.
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-08-24 12:39:34 UTC
A commit references this bug:

Author: pkubaj
Date: Sat Aug 24 12:38:56 UTC 2019
New revision: 509720
URL: https://svnweb.freebsd.org/changeset/ports/509720

Log:
  lang/angelscript: fix build on powerpc64

  Angelscript works on powerpc, but its naming convention is only 32-bit. Define AS_MAX_PORTABILITY when building on powerpc64 to fix build.

  PR:		239496
  Approved by:	ndowens@yahoo.com (maintainer timeout), linimon (mentor)

Changes:
  head/lang/angelscript/Makefile
  head/lang/angelscript/files/
  head/lang/angelscript/files/patch-as_config.h