Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2014 13:09:29 +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: r344095 - head/graphics/photopc
Message-ID:  <201402131309.s1DD9Tde068458@svn.freebsd.org>

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

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

Modified:
  head/graphics/photopc/Makefile

Modified: head/graphics/photopc/Makefile
==============================================================================
--- head/graphics/photopc/Makefile	Thu Feb 13 13:04:44 2014	(r344094)
+++ head/graphics/photopc/Makefile	Thu Feb 13 13:09:29 2014	(r344095)
@@ -22,12 +22,7 @@ PORTDOCS=	README protocol.htm usage.htm
 
 OPTIONS_DEFINE=	DOCS
 
-post-patch:
-	@${REINPLACE_CMD} -e 's|CFLAGS = @CFLAGS@|CFLAGS = @CFLAGS@ -w|' \
-		${WRKSRC}/Makefile.in
-
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-
 .include <bsd.port.mk>



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