svn commit: r344094 - head/games/vamos

Rusmir Dusko nemysis at FreeBSD.org
Thu Feb 13 13:04:45 UTC 2014


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}


More information about the svn-ports-head mailing list