From bcdaa53706a7a4fe90f935fc597c73ed0820ae0d Mon Sep 17 00:00:00 2001 From: Stanislav Sedov Date: Tue, 30 Nov 2010 20:15:20 +0000 Subject: - Fix build. PR: ports/138477, ports/152495 --- graphics/djvulibre/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphics/djvulibre') diff --git a/graphics/djvulibre/Makefile b/graphics/djvulibre/Makefile index c35855023a54..f371ef78b8db 100644 --- a/graphics/djvulibre/Makefile +++ b/graphics/djvulibre/Makefile @@ -30,7 +30,8 @@ CONFIGURE_ENV= JPEG_CFLAGS="-I${LOCALBASE}/include" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ LOCALBASE="${LOCALBASE}" \ CXX="${CXX}" -CONFIGURE_ARGS= --enable-threads=pthread --enable-shared +CONFIGURE_ARGS= --enable-threads=pthread --enable-shared \ + --enable-djview USE_LDCONFIG= yes INSTALL_TARGET= install-gui install-i18n -- cgit v1.2.3