Bug 184150 - Patch to Allow irc/unreal to Run When Compiled with Clang/LLVM
Summary: Patch to Allow irc/unreal to Run When Compiled with Clang/LLVM
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Mathieu Arnold
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-21 21:10 UTC by Ryan Frederick
Modified: 2014-05-28 00:58 UTC (History)
0 users

See Also:


Attachments
file.diff (1.87 KB, patch)
2013-11-21 21:10 UTC, Ryan Frederick
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Frederick 2013-11-21 21:10:00 UTC
Currently irc/unreal does not run when compiled with Clang/LLVM due to implicitly expecting the compiler to use the GNU89 standard (Clang/LLVM uses the C99 standard by default).

Attached is a patch to create two patch files that edit configure and configure.ac to explicitly pass the -std=gnu89 option to the compiler and also to ensure that the -export-dynamic option is specifically passed to the linker.

These patches have also been submitted upstream (http://bugs.unrealircd.org/view.php?id=4239), but no estimated fix time is currently known.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-21 21:10:06 UTC
Maintainer of irc/unreal,

Please note that PR ports/184150 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/184150

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-21 21:10:07 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Mathieu Arnold freebsd_committer freebsd_triage 2014-05-22 23:23:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mat

Take
Comment 4 Mathieu Arnold freebsd_committer freebsd_triage 2014-05-28 00:58:58 UTC
State Changed
From-To: feedback->closed

Committed, thanks!