mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
multimedia/openh264: respect SOURCE_DATE_EPOCH in GMP timestamp
This commit is contained in:
parent
88245af53c
commit
35504f496c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518904
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ PLUGINS_USES= webplugin:gecko
|
||||||
WEBPLUGIN_NAME= gmp-gmp${PORTNAME}
|
WEBPLUGIN_NAME= gmp-gmp${PORTNAME}
|
||||||
WEBPLUGIN_FILES=gmp${PORTNAME}.info libgmp${PORTNAME}.so
|
WEBPLUGIN_FILES=gmp${PORTNAME}.info libgmp${PORTNAME}.so
|
||||||
SUB_FILES+= gmp${PORTNAME}.js
|
SUB_FILES+= gmp${PORTNAME}.js
|
||||||
SUB_LIST+= PORTVERSION=${PORTVERSION} TIMESTAMP="`date +%s`"
|
SUB_LIST+= PORTVERSION=${PORTVERSION} \
|
||||||
|
TIMESTAMP="`${AWK} '/TIMESTAMP/ { print $$$$$$$$$3 }' ${DISTINFO_FILE}`"
|
||||||
|
|
||||||
TEST_BUILD_DEPENDS=googletest>=1.6.0:devel/googletest
|
TEST_BUILD_DEPENDS=googletest>=1.6.0:devel/googletest
|
||||||
TEST_CFLAGS= -I${LOCALBASE}/include
|
TEST_CFLAGS= -I${LOCALBASE}/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue