svn commit: r490615 - head/multimedia/libva

Jan Beich jbeich at FreeBSD.org
Fri Jan 18 00:17:01 UTC 2019


Author: jbeich
Date: Fri Jan 18 00:17:00 2019
New Revision: 490615
URL: https://svnweb.freebsd.org/changeset/ports/490615

Log:
  multimedia/libva: drop DEBUG option
  
  Neither NDEBUG nor _DEBUG are used by libva itself. NDEBUG guards
  assert() but libva doesn't use those despite including <assert.h>.

Modified:
  head/multimedia/libva/Makefile   (contents, props changed)

Modified: head/multimedia/libva/Makefile
==============================================================================
--- head/multimedia/libva/Makefile	Fri Jan 18 00:01:55 2019	(r490614)
+++ head/multimedia/libva/Makefile	Fri Jan 18 00:17:00 2019	(r490615)
@@ -23,12 +23,9 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	intel
 LDFLAGS+=	-lpthread # for pthread_getthreadid_np
 
-OPTIONS_DEFINE=	DEBUG WAYLAND X11
+OPTIONS_DEFINE=	WAYLAND X11
 OPTIONS_DEFAULT=WAYLAND X11
 OPTIONS_SUB=	yes
-
-DEBUG_CFLAGS=		-D_DEBUG
-DEBUG_CFLAGS_OFF=	-DNDEBUG
 
 WAYLAND_LIB_DEPENDS=	libwayland-client.so:graphics/wayland
 WAYLAND_MESON_YES=	with_wayland


More information about the svn-ports-head mailing list