diff options
author | cheusov <cheusov@pkgsrc.org> | 2012-12-25 11:41:25 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2012-12-25 11:41:25 +0000 |
commit | ac15a0fac9232c1c9d6b2b5dec3596bce39c1617 (patch) | |
tree | 203a7e67219b499349f43a5db33d2347456c10f9 /comms | |
parent | 46401a843041176e432ae72fd4f7377656343086 (diff) | |
download | pkgsrc-ac15a0fac9232c1c9d6b2b5dec3596bce39c1617.tar.gz |
Fix build failure on some Linuxes if CHECK_INTERPRETER=yes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/lirc/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile index 988e644fed6..b23852980af 100644 --- a/comms/lirc/Makefile +++ b/comms/lirc/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.2 2012/12/05 22:52:16 dsainty Exp $ +# $NetBSD: Makefile,v 1.3 2012/12/25 11:41:25 cheusov Exp $ # DISTNAME= lirc-0.9.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lirc/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= cheusov@tut.by +MAINTAINER= cheusov@NetBSD.org HOMEPAGE= http://www.lirc.org/ COMMENT= Linux Infrared Remote Control LICENSE= gnu-gpl-v2 @@ -19,6 +19,11 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-syslog --with-driver=userspace CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +# I don't want to see python in dependencies but +# make pronto2lirc script usable if python is installed +CONFIGURE_ENV+= ac_cv_path_PYTHON=${PREFIX}/bin/python +CHECK_INTERPRETER_SKIP+= bin/pronto2lirc + RCD_SCRIPTS= lircd EGDIR= ${PREFIX}/share/examples/lirc |