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 | |
parent | 73d5cef46037614721a70fe2c9f0962e0c728cdf (diff) | |
download | ports-a4b64a6d278cd31b121a3421849dfdae95dfb97c.tar.gz ports-a4b64a6d278cd31b121a3421849dfdae95dfb97c.zip |
Notes
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 \ |