summaryrefslogtreecommitdiff
path: root/xpdf/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'xpdf/makefile.mk')
-rw-r--r--xpdf/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpdf/makefile.mk b/xpdf/makefile.mk
index 5ae45fadcb88..7aed6d5ac68b 100644
--- a/xpdf/makefile.mk
+++ b/xpdf/makefile.mk
@@ -81,7 +81,7 @@ CONFIGURE_ACTION=./configure --without-x --enable-multithreaded --enable-excepti
.ELSE
#CONFIGURE_ACTION=./configure
#CONFIGURE_ACTION=./configure --without-x --enable-multithreaded --enable-exceptions CFLAGS="-g -O0" CXXFLAGS="-g -O0"
-CONFIGURE_ACTION=./configure --without-libpaper-library --without-x --enable-multithreaded --enable-exceptions
+CONFIGURE_ACTION=./configure --without-libpaper-library --without-t1-library --without-x --enable-multithreaded --enable-exceptions
.ENDIF
BUILD_ACTION=$(GNUMAKE) -j$(EXTMAXPROCESS)