svn commit: r518400 - head/devel/ptlib

Tobias Kortkamp tobik at FreeBSD.org
Mon Nov 25 12:07:49 UTC 2019


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 at 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


More information about the svn-ports-head mailing list