Summary: | audio/hawkvoice fix build with clang | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Pawel Pekala <pawel> | ||||
Component: | Individual Port(s) | Assignee: | Jose Alonso Cardenas Marquez <acm> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Pawel Pekala
![]() ![]() Responsible Changed From-To: freebsd-ports-bugs->acm Over to maintainer (via the GNATS Auto Assign Tool) Author: acm Date: Sun Sep 2 06:47:45 2012 New Revision: 303535 URL: http://svn.freebsd.org/changeset/ports/303535 Log: - Fix build with CLANG PR: 169619 Submitted by: pawel Modified: head/audio/hawkvoice/Makefile Modified: head/audio/hawkvoice/Makefile ============================================================================== --- head/audio/hawkvoice/Makefile Sun Sep 2 06:36:03 2012 (r303534) +++ head/audio/hawkvoice/Makefile Sun Sep 2 06:47:45 2012 (r303535) @@ -18,6 +18,7 @@ USE_ZIP= yes USE_DOS2UNIX= yes USE_GMAKE= yes MAKEFILE= makefile.linux +USE_CSTD= gnu89 USE_LDCONFIG= yes LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} _______________________________________________ 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" State Changed From-To: open->closed - Committed thanks! |