Summary: | [PATCH] audio/libaacplus: fix linking when building with clang | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | takefu | ||||
Component: | Individual Port(s) | Assignee: | Michael Scheidell <scheidell> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
takefu
2012-07-06 04:00:24 UTC
Class Changed From-To: sw-bug->maintainer-update Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants his PRs (via the GNATS Auto Assign Tool) Responsible Changed From-To: miwi->freebsd-ports-bugs back to pool Responsible Changed From-To: freebsd-ports-bugs->scheidell I'll take it. State Changed From-To: open->closed Committed. Thanks! 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" |