svn commit: r307983 - head/games/lgeneral
Guido Falsi
madpilot at FreeBSD.org
Thu Nov 29 22:36:44 UTC 2012
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 at 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 at widestore.net>
-#
+# Created by: Filippo Natali <filippo at 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
More information about the svn-ports-head
mailing list