Date: Mon, 6 Aug 2012 10:33:29 +0000 (UTC) From: Michael Scheidell <scheidell@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r302158 - head/audio/libaacplus Message-ID: <201208061033.q76AXTbA025806@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208061033.q76AXTbA025806>