diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-02-13 13:04:44 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-02-13 13:04:44 +0000 |
commit | c75d18dc5cf4c6bdf7506ad922c5747bc0709d97 (patch) | |
tree | 09ab02a1257fe48304e02b6972b201f1c9f97a8f | |
parent | - Simplify REINPLACE, don't silence warnings (diff) |
- Don't silence warnings
PR: ports/186712
Submitted by: amdmi3@
Notes
Notes:
svn path=/head/; revision=344094
-rw-r--r-- | games/vamos/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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} |