audio/liba52: Define USE_CSTD= gnu89 and remove GNU_CONFIGURE_MANPREFIX

...to avoid potential build failures down the road and
GNU_CONFIGURE_MANPREFIX is no longer necessary
This commit is contained in:
Daniel Engberg 2024-08-24 12:15:18 +02:00
parent 59d778fbc3
commit f21af2ec22

View file

@ -1,6 +1,6 @@
PORTNAME= liba52 PORTNAME= liba52
DISTVERSION= 0.8.0 DISTVERSION= 0.8.0
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= audio CATEGORIES= audio
MASTER_SITES= https://distfiles.adelielinux.org/source/a52dec/ MASTER_SITES= https://distfiles.adelielinux.org/source/a52dec/
DISTNAME= a52dec-${DISTVERSION} DISTNAME= a52dec-${DISTVERSION}
@ -13,10 +13,11 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf libtool pathfix USES= autoreconf libtool pathfix
USE_CSTD= gnu89
USE_LDCONFIG= yes USE_LDCONFIG= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
INSTALL_TARGET= install-strip INSTALL_TARGET= install-strip
TEST_TARGET= check TEST_TARGET= check