Date: Sun, 19 Sep 2021 06:06:50 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a1b3cb1191a2 - main - audio/libmad: Cosmetic change Message-ID: <202109190606.18J66odP052451@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a1b3cb1191a26741909033d23c22656f924adfed commit a1b3cb1191a26741909033d23c22656f924adfed Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-09-19 05:27:30 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-09-19 05:59:40 +0000 audio/libmad: Cosmetic change --- audio/libmad/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/audio/libmad/Makefile b/audio/libmad/Makefile index c4ae82d8d7bf..2e129133062e 100644 --- a/audio/libmad/Makefile +++ b/audio/libmad/Makefile @@ -11,20 +11,21 @@ COMMENT= Libmad library (part of MAD project) LICENSE= GPLv2 -OPTIONS_DEFINE= SPEED -SPEED_DESC= Optimize for speed over accuracy +USES= cpe libtool CONFIGURE_ARGS= --disable-debugging --enable-sso GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes -USES= cpe libtool - -CPE_VENDOR= underbit SUB_LIST= VERSION=${PORTVERSION} SUB_FILES= mad.pc +CPE_VENDOR= underbit + +OPTIONS_DEFINE= SPEED +SPEED_DESC= Optimize for speed over accuracy + SPEED_CONFIGURE_ON= --enable-speed SPEED_CONFIGURE_OFF= --enable-accuracy
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109190606.18J66odP052451>