diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2008-04-05 20:20:01 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2008-04-05 20:20:01 +0000 |
commit | 12f8d3f32e2c62f8006b395250c8357c55a51cfc (patch) | |
tree | 9675e5cb7acd7dc86506d9dc183b8249db4f4ab6 | |
parent | * Clear out the scope ID from the IPv6 address [1] (diff) |
- Fix build on CURRENT.
Reported by: pav
-rw-r--r-- | graphics/evas-core/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/evas-core/Makefile b/graphics/evas-core/Makefile index 5690e2788cda..8c05ee392f04 100644 --- a/graphics/evas-core/Makefile +++ b/graphics/evas-core/Makefile @@ -41,7 +41,8 @@ CONFIGURE_ARGS= --disable-software-x11 \ --disable-image-loader-edb \ --disable-image-loader-tiff \ --disable-image-loader-xpm \ - --disable-image-loader-svg + --disable-image-loader-svg \ + --disable-pthreads OPTIONS= FONTCONFIG "Enable fontconfig support" on \ EET "Enable EET font loader" on |