Date: Thu, 29 Nov 2012 22:36:43 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307983 - head/games/lgeneral Message-ID: <201211292236.qATMahgm068421@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Thu Nov 29 22:36:43 2012 New Revision: 307983 URL: http://svnweb.freebsd.org/changeset/ports/307983 Log: - Fix build with clang - While I'm here, trim Makefile headers PR: ports/174006 Submitted by: Christian Mangin <christian.mangin@gmail.com> Feature safe: yes Modified: head/games/lgeneral/Makefile (contents, props changed) Modified: head/games/lgeneral/Makefile ============================================================================== --- head/games/lgeneral/Makefile Thu Nov 29 22:21:49 2012 (r307982) +++ head/games/lgeneral/Makefile Thu Nov 29 22:36:43 2012 (r307983) @@ -1,9 +1,5 @@ -# New ports collection makefile for: lgeneral -# Date created: 27 Aug 2002 -# Whom: Filippo Natali <filippo@widestore.net> -# +# Created by: Filippo Natali <filippo@widestore.net> # $FreeBSD$ -# PORTNAME= lgeneral PORTVERSION= 1.2.3 @@ -28,6 +24,7 @@ USE_SDL= sdl USE_GMAKE= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes +USE_CSTD= gnu89 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211292236.qATMahgm068421>