Date: Sun, 23 Sep 2012 18:35:49 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r304761 - head/audio/cam/files Message-ID: <201209231835.q8NIZn7o053014@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Sun Sep 23 18:35:49 2012 New Revision: 304761 URL: http://svn.freebsd.org/changeset/ports/304761 Log: Fix the build with clang 3.0 from 9.0-RELEASE. See [1] for the build log, more recent clang versions already work fine. [1] http://pointyhat-west.isc.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp-clang.20120902011351.pointyhat-west/cam-1.02.log PR: ports/171266 Submitted by: Pawel Worach <pawel.worach@gmail.com> Added: head/audio/cam/files/patch-cam.c (contents, props changed) Added: head/audio/cam/files/patch-cam.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/cam/files/patch-cam.c Sun Sep 23 18:35:49 2012 (r304761) @@ -0,0 +1,14 @@ +--- cam.c.orig 2012-09-03 00:31:15.000000000 +0200 ++++ cam.c 2012-09-03 00:31:42.000000000 +0200 +@@ -24,9 +24,10 @@ + + + ++#include <stdlib.h> + #include "cam.h" + +-void main(int argc, char *argv[]) ++int main(int argc, char *argv[]) + { + if (argc == 1) + { \ No newline at end of file
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209231835.q8NIZn7o053014>