From 639874b73e48407a3bf44bc36fe99d8772648b09 Mon Sep 17 00:00:00 2001 From: nemysis Date: Thu, 13 Feb 2014 13:04:44 +0000 Subject: - Don't silence warnings PR: ports/186712 Submitted by: amdmi3@ --- games/vamos/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'games/vamos') diff --git a/games/vamos/Makefile b/games/vamos/Makefile index 0931ef5b2cdd..efb6b3d9cc06 100644 --- a/games/vamos/Makefile +++ b/games/vamos/Makefile @@ -27,11 +27,10 @@ CONFIGURE_ARGS= ac_cv_lib_freeglut_glutGetModifiers=no \ --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} -- cgit