diff options
author | nemysis <nemysis@FreeBSD.org> | 2014-03-10 07:57:29 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2014-03-10 07:57:29 +0800 |
commit | 4fb83359f236d771a4c4c89bbb07dd8a03e91332 (patch) | |
tree | 32681960c8cd06ad0cf772ae91456749d6ca24a1 /x11-fonts | |
parent | 077ade62f5af62bc1f1bf619c01d0e62b610c854 (diff) | |
download | freebsd-ports-gnome-4fb83359f236d771a4c4c89bbb07dd8a03e91332.tar.gz freebsd-ports-gnome-4fb83359f236d771a4c4c89bbb07dd8a03e91332.tar.zst freebsd-ports-gnome-4fb83359f236d771a4c4c89bbb07dd8a03e91332.zip |
- Don't silence warnings
Diffstat (limited to 'x11-fonts')
-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 \ |