From 090410f17482c210a0253813f54f2b9173c05a8f Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Sun, 9 Dec 2018 02:59:55 +0000 Subject: [PATCH] archivers/dpkg: fix build with GCC-based architectures PR: 233840 Submitted by: Piotr Kubaj Approved by: Nathan (maintainer) --- archivers/dpkg/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/archivers/dpkg/Makefile b/archivers/dpkg/Makefile index 8111a90aa127..0c5deb533f00 100644 --- a/archivers/dpkg/Makefile +++ b/archivers/dpkg/Makefile @@ -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}