svn commit: r449018 - head/graphics/poppler

Koop Mast kwm at FreeBSD.org
Thu Aug 31 09:14:42 UTC 2017


Author: kwm
Date: Thu Aug 31 09:14:40 2017
New Revision: 449018
URL: https://svnweb.freebsd.org/changeset/ports/449018

Log:
  Correct the OPENJPEG disable configure flag
  
  PR:		221796
  Reported by:	jakub_lach at mailplus.pl

Modified:
  head/graphics/poppler/Makefile

Modified: head/graphics/poppler/Makefile
==============================================================================
--- head/graphics/poppler/Makefile	Thu Aug 31 09:04:03 2017	(r449017)
+++ head/graphics/poppler/Makefile	Thu Aug 31 09:14:40 2017	(r449018)
@@ -118,7 +118,7 @@ PLIST_SUB+=	CURL="@comment "
 CONFIGURE_ARGS+=--enable-libopenjpeg=openjpeg2
 LIB_DEPENDS+=	libopenjp2.so:graphics/openjpeg
 .else
-CONFIGURE_ARGS+=--disable-libopenjpeg
+CONFIGURE_ARGS+=--enable-libopenjpeg=none
 .endif
 .endif # end of options
 


More information about the svn-ports-all mailing list