mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
archivers/dpkg: fix build with GCC-based architectures
PR: 233840 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: Nathan <ndowens@yahoo.com> (maintainer)
This commit is contained in:
parent
051afda012
commit
090410f174
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487014
@ -19,7 +19,8 @@ BUILD_DEPENDS= po4a:textproc/po4a \
|
||||
RUN_DEPENDS= gtar:archivers/gtar \
|
||||
gpatch:devel/patch
|
||||
|
||||
USES= cpe gmake iconv libtool ncurses perl5 pkgconfig tar:xz
|
||||
USES= compiler:c11 cpe gmake iconv libtool ncurses perl5 pkgconfig \
|
||||
tar:xz
|
||||
|
||||
CPE_VENDOR= debian
|
||||
WRKSRC= ${WRKDIR}/dpkg-${PORTVERSION}
|
||||
|
Loading…
Reference in New Issue
Block a user