Date: Sat, 6 Jul 2013 12:07:36 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322388 - in head/devel/gdb: . files Message-ID: <201307061207.r66C7a10049762@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Sat Jul 6 12:07:36 2013 New Revision: 322388 URL: http://svnweb.freebsd.org/changeset/ports/322388 Log: Problems with inline and clang are because clang defaults to C99. By adding USE_CSTD=gnu89 patch-include-cgen-basic-ops.h can be removed. PR: 180257 Approved by: luca.pizzamiglio@gmail.com (maintainer) Deleted: head/devel/gdb/files/patch-include-cgen-basic-ops.h Modified: head/devel/gdb/Makefile Modified: head/devel/gdb/Makefile ============================================================================== --- head/devel/gdb/Makefile Sat Jul 6 11:51:07 2013 (r322387) +++ head/devel/gdb/Makefile Sat Jul 6 12:07:36 2013 (r322388) @@ -13,6 +13,7 @@ COMMENT= GNU GDB of newer version than c LICENSE= GPLv3 USE_BZIP2= yes +USE_CSTD= gnu89 USE_GMAKE= yes USES= iconv GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307061207.r66C7a10049762>