mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
- Add CPE information
PR: 198639 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
This commit is contained in:
parent
b9261c0154
commit
4610a797a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381569
@ -26,10 +26,13 @@ USE_GCC= yes
|
||||
USE_AUTOTOOLS= automake aclocal autoconf
|
||||
ACLOCAL_ARGS= -Im4
|
||||
GNU_CONFIGURE= yes
|
||||
USES= bison gettext gmake python tar:xz
|
||||
USES= bison cpe gettext gmake python tar:xz
|
||||
ONLY_FOR_ARCHS= amd64
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
CPE_PRODUCT= grub
|
||||
CPE_VENDOR= gnu
|
||||
|
||||
CONFIGURE_ARGS= --with-platform=efi --disable-werror --localedir=${PREFIX}/share/locale
|
||||
CONFIGURE_ENV= CPP="${CC} -E" \
|
||||
LEX=${LOCALBASE}/bin/flex
|
||||
|
@ -25,11 +25,14 @@ USE_GCC= yes
|
||||
USE_AUTOTOOLS= automake aclocal autoconf
|
||||
ACLOCAL_ARGS= -Im4
|
||||
GNU_CONFIGURE= yes
|
||||
USES= bison gettext gmake makeinfo python tar:xz
|
||||
USES= bison cpe gettext gmake makeinfo python tar:xz
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
INFO= grub grub-dev
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
CPE_PRODUCT= grub
|
||||
CPE_VENDOR= gnu
|
||||
|
||||
CONFIGURE_ARGS= --disable-werror --localedir=${PREFIX}/share/locale
|
||||
CONFIGURE_ENV= CPP="${CC} -E" \
|
||||
LEX=${LOCALBASE}/bin/flex
|
||||
|
Loading…
Reference in New Issue
Block a user