mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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:
parent
59d778fbc3
commit
f21af2ec22
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue