Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Nov 2019 12:07:48 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518400 - head/devel/ptlib
Message-ID:  <201911251207.xAPC7mss099425@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Mon Nov 25 12:07:48 2019
New Revision: 518400
URL: https://svnweb.freebsd.org/changeset/ports/518400

Log:
  devel/ptlib: Unbreak build with SDL=off
  
  ===>  ptlib-2.10.11_3 need to specify sdl component(s) with USE_SDL.
  
  - Move USES=sdl to the option
  
  PR:		242221
  Reported by:	sdalu@sdalu.com

Modified:
  head/devel/ptlib/Makefile

Modified: head/devel/ptlib/Makefile
==============================================================================
--- head/devel/ptlib/Makefile	Mon Nov 25 11:56:05 2019	(r518399)
+++ head/devel/ptlib/Makefile	Mon Nov 25 12:07:48 2019	(r518400)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libexpat.so:textproc/expat2
 CONFLICTS=	pwlib-1.*
 
 USES=		autoreconf:build bison compiler:c11 gmake localbase:ldflags \
-		pathfix pkgconfig sdl ssl tar:xz
+		pathfix pkgconfig ssl tar:xz
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${OPENSSLINC}
@@ -122,6 +122,7 @@ PLIST_SUB+=	VIDEODIR="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MSDL}
+USES+=		sdl
 USE_SDL+=	sdl
 CONFIGURE_ARGS+=--enable-sdl
 .else



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911251207.xAPC7mss099425>