diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-03-09 23:57:29 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-03-09 23:57:29 +0000 |
commit | a4b64a6d278cd31b121a3421849dfdae95dfb97c (patch) | |
tree | 32681960c8cd06ad0cf772ae91456749d6ca24a1 /x11-fonts/alfont | |
parent | Update to 1.10.6. (diff) |
- Don't silence warnings
Notes
Notes:
svn path=/head/; revision=347711
Diffstat (limited to 'x11-fonts/alfont')
-rw-r--r-- | x11-fonts/alfont/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fonts/alfont/Makefile b/x11-fonts/alfont/Makefile index 161d82333730..836f93b163b6 100644 --- a/x11-fonts/alfont/Makefile +++ b/x11-fonts/alfont/Makefile @@ -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 \ |