diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-10-28 18:00:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-10-28 18:00:25 +0000 |
commit | 3a61669522b583962b1c9c2e1f53d10e09b4fce4 (patch) | |
tree | 08155d4ea370ea1deb3ccca36444db32502b12d8 /graphics/jbig2dec/Makefile | |
parent | 8c82d344e7afe30c049a9672bd66d992e1ec954a (diff) |
- Fix build FreeBSD 10
Notes
Notes:
svn path=/head/; revision=284554
Diffstat (limited to 'graphics/jbig2dec/Makefile')
-rw-r--r-- | graphics/jbig2dec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/jbig2dec/Makefile b/graphics/jbig2dec/Makefile index ccdfcef54ec1..c64f30f3e72c 100644 --- a/graphics/jbig2dec/Makefile +++ b/graphics/jbig2dec/Makefile @@ -19,6 +19,7 @@ USE_XZ= yes:src GNU_CONFIGURE= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes +WITH_FBSD10_FIX= yes OPTIONS= PNG "Enable png support" On \ TESTS "Download and use test-images for post-build testing" Off |