Bug 166221 - [patch] clang build for x11/menu-cache
Summary: [patch] clang build for x11/menu-cache
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: Kris Moore
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-18 14:40 UTC by Shane
Modified: 2012-05-31 19:30 UTC (History)
0 users

See Also:


Attachments
file.shar (1.19 KB, text/plain)
2012-03-18 14:40 UTC, Shane
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Shane 2012-03-18 14:40:09 UTC
The attached patch allows x11/libmenu-cache to compile with clang.

Tested with tinderbox to compile with the following combinations - 
10-CURRENT-amd64-clang
10-CURRENT-amd64-gcc
10-CURRENT-i386-clang
10-CURRENT-i386-gcc
9-STABLE-amd64-clang
9-STABLE-amd64-gcc
9-STABLE-i386-clang
9-STABLE-i386-gcc
8-STABLE-amd64-gcc
8-STABLE-i386-gcc
7-STABLE-amd64-gcc
7-STABLE-i386-gcc

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-18 14:40:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kmoore

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-05-31 19:28:12 UTC
kmoore      2012-05-31 18:27:58 UTC

  FreeBSD ports repository

  Added files:
    x11/menu-cache/files patch-libmenu-cache__menu-cache.c 
  Log:
  Fix build with clang
  
  PR: 166221
  Submitted by: Shane Ambler <FreeBSD@Shaneware.biz>
  
  Revision  Changes    Path
  1.1       +20 -0     ports/x11/menu-cache/files/patch-libmenu-cache__menu-cache.c (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Kris Moore freebsd_committer freebsd_triage 2012-05-31 19:28:14 UTC
State Changed
From-To: open->closed

Committed. Thanks!