mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-27 05:50:56 -04:00
18 lines
488 B
Makefile
18 lines
488 B
Makefile
# $NetBSD: options.mk,v 1.4 2015/11/18 12:04:16 wiz Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.gstreamer
|
|
PKG_SUPPORTED_OPTIONS= gstreamer-gstcheck
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
PLIST_VARS+= gstcheck
|
|
.if !empty(PKG_OPTIONS:Mgstreamer-gstcheck)
|
|
.include "../../devel/check/buildlink3.mk"
|
|
PLIST.gstcheck= yes
|
|
# don't worry if the "GstABI" check fails -- GstPlugin contains
|
|
# off_t and time_t which are system dependent
|
|
TEST_TARGET= check-torture
|
|
.else
|
|
CONFIGURE_ARGS+=--disable-check
|
|
.endif
|