Bug 169672 - [PATCH] audio/libaacplus: fix linking when building with clang
Summary: [PATCH] audio/libaacplus: fix linking when building 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: Michael Scheidell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-06 04:00 UTC by takefu
Modified: 2012-08-06 11:40 UTC (History)
0 users

See Also:


Attachments
libaacplus.patch (319 bytes, patch)
2012-07-06 04:00 UTC, takefu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description takefu 2012-07-06 04:00:24 UTC

    
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-06 04:00:34 UTC
Class Changed
From-To: sw-bug->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-06 04:00:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2012-08-05 06:45:18 UTC
Responsible Changed
From-To: miwi->freebsd-ports-bugs

back to pool
Comment 4 Michael Scheidell freebsd_committer freebsd_triage 2012-08-05 19:47:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->scheidell

I'll take it.
Comment 5 Michael Scheidell freebsd_committer freebsd_triage 2012-08-06 11:33:39 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 6 dfilter service freebsd_committer freebsd_triage 2012-08-06 11:33:39 UTC
Author: scheidell
Date: Mon Aug  6 10:33:28 2012
New Revision: 302158
URL: http://svn.freebsd.org/changeset/ports/302158

Log:
  - Fix linking when building with clang
  
  PR:		ports/169672
  Submitted by:	Takefu <takefu@airport.fm> (maintainer)

Modified:
  head/audio/libaacplus/Makefile

Modified: head/audio/libaacplus/Makefile
==============================================================================
--- head/audio/libaacplus/Makefile	Mon Aug  6 10:31:40 2012	(r302157)
+++ head/audio/libaacplus/Makefile	Mon Aug  6 10:33:28 2012	(r302158)
@@ -24,6 +24,7 @@ RESTRICTED=	unclear legal status, probab
 
 CONFLICTS=	aacplusenc-0*
 
+USE_CSTD=	gnu89
 USE_GNOME=	gnomehack pkgconfig
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool libtoolize aclocal autoheader automake
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"