svn commit: r347711 - head/x11-fonts/alfont

Rusmir Dusko nemysis at FreeBSD.org
Sun Mar 9 23:57:29 UTC 2014


Author: nemysis
Date: Sun Mar  9 23:57:29 2014
New Revision: 347711
URL: http://svnweb.freebsd.org/changeset/ports/347711
QAT: https://qat.redports.org/buildarchive/r347711/

Log:
  - Don't silence warnings

Modified:
  head/x11-fonts/alfont/Makefile

Modified: head/x11-fonts/alfont/Makefile
==============================================================================
--- head/x11-fonts/alfont/Makefile	Sun Mar  9 23:56:33 2014	(r347710)
+++ head/x11-fonts/alfont/Makefile	Sun Mar  9 23:57:29 2014	(r347711)
@@ -30,7 +30,7 @@ USES=		dos2unix gmake iconv
 USE_LDCONFIG=	yes
 
 CPPFLAGS+=	-Iinclude -I${LOCALBASE}/include \
-		-I${LOCALBASE}/include/freetype2 $$(freetype-config --cflags) -w
+		-I${LOCALBASE}/include/freetype2 $$(freetype-config --cflags)
 LDFLAGS+=	-L${LOCALBASE}/lib -lalleg $$(freetype-config --libs)
 
 PLIST_FILES=	include/alfont.h \


More information about the svn-ports-all mailing list