svn commit: r433907 - head/audio/linux-skype_oss_wrapper

Tijl Coosemans tijl at FreeBSD.org
Sat Feb 11 19:52:07 UTC 2017


Author: tijl
Date: Sat Feb 11 19:52:05 2017
New Revision: 433907
URL: https://svnweb.freebsd.org/changeset/ports/433907

Log:
  Allow building with linux-c7-devtools.
  
  Reported by:	Stari Karp <starikarp at yandex.com>

Modified:
  head/audio/linux-skype_oss_wrapper/Makefile

Modified: head/audio/linux-skype_oss_wrapper/Makefile
==============================================================================
--- head/audio/linux-skype_oss_wrapper/Makefile	Sat Feb 11 19:45:55 2017	(r433906)
+++ head/audio/linux-skype_oss_wrapper/Makefile	Sat Feb 11 19:52:05 2017	(r433907)
@@ -13,12 +13,11 @@ COMMENT=	Partial PulseAudio API implemen
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${LINUXBASE}/usr/bin/gcc:devel/linux-c6-devtools
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	s3erios
 
 USES=		linux
+USE_LINUX=	base devtools:build
 USE_LINUX_PREFIX=	yes
 # do not define USE_LDCONFIG, it's not for global use
 


More information about the svn-ports-all mailing list