diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-06-25 07:53:49 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-06-25 07:53:49 +0000 |
commit | ee57b82aa4530a0a14098ab282a0a77c13f33762 (patch) | |
tree | 2f47b621811e0b12cb7c15a1fd6130b81466a357 /graphics/Makefile | |
parent | - Fix build with CLANG (diff) |
The squish library (abbreviated to libsquish) is an open
source DXT compression library written in C++.
WWW: http://code.google.com/p/libsquish/
PR: ports/155712
Submitted by: Reinier de Blois <me at rdb.name>
Notes
Notes:
svn path=/head/; revision=276333
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index ca427e42450f..38adf71c38af 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -889,6 +889,7 @@ SUBDIR += solang SUBDIR += spcaview SUBDIR += springgraph + SUBDIR += squish SUBDIR += sswf SUBDIR += stamp SUBDIR += stl2pov |