Date: Tue, 19 Oct 2021 08:50:44 GMT From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6b812f11f4da - main - audio/libsidplay: Make CONFIGURE_ARGS_i386 do something Message-ID: <202110190850.19J8oiTX070580@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=6b812f11f4dafce661e5e21584d03687a091ac4d commit 6b812f11f4dafce661e5e21584d03687a091ac4d Author: Tobias Kortkamp <tobik@FreeBSD.org> AuthorDate: 2021-10-13 20:21:43 +0000 Commit: Tobias Kortkamp <tobik@FreeBSD.org> CommitDate: 2021-10-19 08:37:51 +0000 audio/libsidplay: Make CONFIGURE_ARGS_i386 do something Reported by: portscan (unreferenced variable) --- audio/libsidplay/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/libsidplay/Makefile b/audio/libsidplay/Makefile index 99e1f9a46f7f..7198b4b83273 100644 --- a/audio/libsidplay/Makefile +++ b/audio/libsidplay/Makefile @@ -2,6 +2,7 @@ PORTNAME= libsidplay PORTVERSION= 1.36.60 +PORTREVISION= 1 CATEGORIES= audio emulators MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${DISTVERSION}${DISTVERSIONSUFFIX}.orig @@ -16,6 +17,7 @@ USES= autoreconf libtool tar:bz2 USE_LDCONFIG= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= ${CONFIGURE_ARGS_${ARCH}} CONFIGURE_ENV= sid_cv_have_ios_binary=yes INSTALL_TARGET= install-strip
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110190850.19J8oiTX070580>