Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2014 13:04:44 +0000 (UTC)
From:      Rusmir Dusko <nemysis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344094 - head/games/vamos
Message-ID:  <201402131304.s1DD4ixO067712@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nemysis
Date: Thu Feb 13 13:04:44 2014
New Revision: 344094
URL: http://svnweb.freebsd.org/changeset/ports/344094
QAT: https://qat.redports.org/buildarchive/r344094/

Log:
  - Don't silence warnings
  
  PR:		ports/186712
  Submitted by:	amdmi3@

Modified:
  head/games/vamos/Makefile

Modified: head/games/vamos/Makefile
==============================================================================
--- head/games/vamos/Makefile	Thu Feb 13 13:00:37 2014	(r344093)
+++ head/games/vamos/Makefile	Thu Feb 13 13:04:44 2014	(r344094)
@@ -27,11 +27,10 @@ CONFIGURE_ARGS=	ac_cv_lib_freeglut_glutG
 		--disable-unit-tests
 USE_LDCONFIG=	yes
 
-CPPFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS} -w
+CPPFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
 
 INFO=		vamos
-
 PORTDOCS=	*
 
 DOCSRCDIR1=	${WRKSRC}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402131304.s1DD4ixO067712>