svn commit: r436721 - in head/graphics: jpeg-turbo libjpeg-turbo

Antoine Brodin antoine at FreeBSD.org
Wed Mar 22 19:16:37 UTC 2017


Author: antoine
Date: Wed Mar 22 19:16:36 2017
New Revision: 436721
URL: https://svnweb.freebsd.org/changeset/ports/436721

Log:
  tjbench links against libjpeg.so

Modified:
  head/graphics/jpeg-turbo/Makefile
  head/graphics/libjpeg-turbo/Makefile

Modified: head/graphics/jpeg-turbo/Makefile
==============================================================================
--- head/graphics/jpeg-turbo/Makefile	Wed Mar 22 19:14:55 2017	(r436720)
+++ head/graphics/jpeg-turbo/Makefile	Wed Mar 22 19:16:36 2017	(r436721)
@@ -49,6 +49,7 @@ BUILD_DEPENDS+=	nasm:devel/nasm
 .if ${SLAVE_PORT} == yes
 # libturbojpeg.a has to be built with PIC for virtualgl
 CONFIGURE_ARGS+=--with-pic
+USES+=		jpeg
 PLIST_SUB+=	JPEG="@comment " LIBTURBOJPEG=""
 .else
 CONFIGURE_ARGS+=--without-turbojpeg

Modified: head/graphics/libjpeg-turbo/Makefile
==============================================================================
--- head/graphics/libjpeg-turbo/Makefile	Wed Mar 22 19:14:55 2017	(r436720)
+++ head/graphics/libjpeg-turbo/Makefile	Wed Mar 22 19:16:36 2017	(r436721)
@@ -2,6 +2,7 @@
 # $FreeBSD$
 
 PKGNAMEPREFIX=	lib
+PORTREVISION=	1
 
 COMMENT=	SIMD-accelerated JPEG codec library, provides libTurboJPEG
 


More information about the svn-ports-all mailing list