revert changes not ready to get in

This commit is contained in:
Baptiste Daroussin 2014-12-25 21:11:00 +00:00
parent 67ec4d9e63
commit c0989fb54e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375604

View file

@ -32,8 +32,6 @@ CONFIGURE_ARGS= --without-perl --enable-shared --enable-static \
--with-quantum-depth="${QD}" \ --with-quantum-depth="${QD}" \
--with-windows-font-dir="${WINDOWS_FONT_DIR}" --with-windows-font-dir="${WINDOWS_FONT_DIR}"
USE_LDCONFIG= yes USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
PORTDOCS= *
PLIST_SUB= Q="${QD}" PLIST_SUB= Q="${QD}"
@ -46,7 +44,7 @@ OPTIONS_DEFAULT= OPENMP WEBP X11
DPS_DESC= Display Ghostscript support (must also select X11) DPS_DESC= Display Ghostscript support (must also select X11)
FPX_LIB_DEPENDS+= libfpx.so.[2-9]:${PORTSDIR}/graphics/libfpx FPX_LIB_DEPENDS+= libfpx.so.[2-9]:${PORTSDIR}/graphics/libfpx
FPX_CONFIGURE_WITH= fpx FPX_CONFIGURE_WITH= fpx
OPENMP_USES= compiler:gcc-c++11-lib OPENMP_USES= compiler:openmp
OPENMP_CONFIGURE_ON= --with-threads --enable-openmp --disable-openmp-slow OPENMP_CONFIGURE_ON= --with-threads --enable-openmp --disable-openmp-slow
OPENMP_CONFIGURE_OFF= --without-threads --disable-openmp OPENMP_CONFIGURE_OFF= --without-threads --disable-openmp
Q8BIT_DESC= Use 8-bit pixels (speed) instead of 16 (quality) Q8BIT_DESC= Use 8-bit pixels (speed) instead of 16 (quality)