Bug 230923 - lang/angelscript: Remove hack for i386, using upstream clang fix
Summary: lang/angelscript: Remove hack for i386, using upstream clang fix
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: Steve Wills
URL: https://bugs.llvm.org/show_bug.cgi?id...
Keywords: needs-qa
Depends on:
Blocks:
 
Reported: 2018-08-26 21:36 UTC by Nathan
Modified: 2018-08-27 17:09 UTC (History)
0 users

See Also:
ndowens04: maintainer-feedback+
koobs: merge-quarterly?


Attachments
Remove i386 compile hack (902 bytes, patch)
2018-08-26 21:36 UTC, Nathan
ndowens04: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nathan 2018-08-26 21:36:02 UTC
Created attachment 196580 [details]
Remove i386 compile hack

lang/angelscript:

* Remove gcc "hack" to build on i386
* Included change using sed to replace ifdef
  -- https://bugs.llvm.org/show_bug.cgi?id=38659
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-08-27 17:09:18 UTC
A commit references this bug:

Author: swills
Date: Mon Aug 27 17:08:45 UTC 2018
New revision: 478230
URL: https://svnweb.freebsd.org/changeset/ports/478230

Log:
  lang/angelscript: Remove hack for i386, using upstream clang fix

  PR:		230923
  Submitted by:	Nathan <ndowens@yahoo.com> (maintainer)

Changes:
  head/lang/angelscript/Makefile
Comment 2 Steve Wills freebsd_committer freebsd_triage 2018-08-27 17:09:50 UTC
Committed, thanks!