Bug 186712 - [PATCH] games/vamos: don't silence warnings
Summary: [PATCH] games/vamos: don't silence warnings
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rusmir Dusko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-13 02:20 UTC by Dmitry Marakasov
Modified: 2014-02-13 13:10 UTC (History)
1 user (show)

See Also:


Attachments
vamos-0.7.1_2.patch (376 bytes, patch)
2014-02-13 02:20 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2014-02-13 02:20:00 UTC
- Don't silence warnings

Port maintainer (nemysis@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-13 02:20:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nemysis

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Rusmir Dusko freebsd_committer freebsd_triage 2014-02-13 13:03:29 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-02-13 13:04:57 UTC
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}
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"