Lint port's makefile
This commit is contained in:
parent
2d7b3be09e
commit
1c41a71915
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549895
1 changed files with 6 additions and 5 deletions
|
@ -14,21 +14,22 @@ COMMENT= ALSA compatibility library
|
|||
LICENSE= LGPL21+
|
||||
|
||||
USES= cpe libtool:keepla tar:bzip2
|
||||
USE_LDCONFIG= yes
|
||||
CPE_VENDOR= alsa
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= ac_cv_header_endian_h=no
|
||||
CONFIGURE_ARGS= --with-pkgconfdir="\$${prefix}/libdata/pkgconfig"
|
||||
CONFIGURE_ENV= ac_cv_header_endian_h=no
|
||||
INSTALL_TARGET= install-strip
|
||||
TEST_ENV= ${MAKE_ENV} ALSA_CONFIG_PATH="${FILESDIR}/asound.conf.sample"
|
||||
TEST_ENV= ${MAKE_ENV} \
|
||||
ALSA_CONFIG_PATH="${FILESDIR}/asound.conf.sample"
|
||||
TEST_TARGET= check
|
||||
CPPFLAGS+= -I${FILESDIR}
|
||||
|
||||
OPTIONS_DEFINE= PYTHON
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
PYTHON_CONFIGURE_ENABLE=python
|
||||
PYTHON_USES= python
|
||||
PYTHON_USES= python
|
||||
PYTHON_CONFIGURE_ENABLE= python
|
||||
|
||||
post-patch: .SILENT
|
||||
${REINPLACE_CMD} -e '/LIBS/ { s/-ldl//g; s/-lrt//g; }' \
|
||||
|
|
Loading…
Reference in a new issue