Date: Tue, 25 Jun 2013 10:18:27 +0000 (UTC) From: Dmitry Sivachenko <demon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321729 - head/graphics/gource Message-ID: <201306251018.r5PAIR7J061862@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: demon Date: Tue Jun 25 10:18:27 2013 New Revision: 321729 URL: http://svnweb.freebsd.org/changeset/ports/321729 Log: Build with modern gcc. Modified: head/graphics/gource/Makefile Modified: head/graphics/gource/Makefile ============================================================================== --- head/graphics/gource/Makefile Tue Jun 25 10:08:49 2013 (r321728) +++ head/graphics/gource/Makefile Tue Jun 25 10:18:27 2013 (r321729) @@ -19,6 +19,7 @@ LIB_DEPENDS= SDL_image:${PORTSDIR}/graph RUN_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm GNU_CONFIGURE= yes +USE_GCC= yes USE_GMAKE= yes MANCOMPRESSED= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306251018.r5PAIR7J061862>