Date: Sun, 9 Mar 2014 23:57: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: r347711 - head/x11-fonts/alfont Message-ID: <201403092357.s29NvTYf026449@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403092357.s29NvTYf026449>