Date: Fri, 30 Nov 2012 14:28:43 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308014 - head/lang/libjit Message-ID: <201211301428.qAUEShY2099779@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Fri Nov 30 14:28:43 2012 New Revision: 308014 URL: http://svnweb.freebsd.org/changeset/ports/308014 Log: - Fix build with clang Feature safe: yes Modified: head/lang/libjit/Makefile (contents, props changed) Modified: head/lang/libjit/Makefile ============================================================================== --- head/lang/libjit/Makefile Fri Nov 30 14:21:10 2012 (r308013) +++ head/lang/libjit/Makefile Fri Nov 30 14:28:43 2012 (r308014) @@ -21,6 +21,7 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes +CFLAGS+= -O0 INFO= libjit MAN3= libjit.3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211301428.qAUEShY2099779>