Bug 163754 - [patch] deskutils/genius: Fix build with CLANG
Summary: [patch] deskutils/genius: Fix build with CLANG
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: Sylvio Cesar Teixeira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-01 16:50 UTC by christian.mangin
Modified: 2012-01-14 18:10 UTC (History)
0 users

See Also:


Attachments
patch.genius (261 bytes, text/plain)
2012-01-01 16:50 UTC, christian.mangin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description christian.mangin 2012-01-01 16:50:10 UTC
	This port won't compile with clang due to difference in 'inline' keyword in gnu99 standard.
	Fix with USE_CSTD=gnu89
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-01-01 16:50:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sylvio

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-01-14 18:04:01 UTC
sylvio      2012-01-14 18:03:44 UTC

  FreeBSD ports repository

  Modified files:
    deskutils/genius     Makefile 
  Log:
  - Fix with USE_CSTD=gnu89
  
  PR:             ports/163754
  Submitted by:   christian.mangin@gmail.com
  
  Revision  Changes    Path
  1.74      +3 -2      ports/deskutils/genius/Makefile
_______________________________________________
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 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2012-01-14 18:04:03 UTC
State Changed
From-To: open->closed

Committed. Thanks!