Date: Sun, 9 Dec 2018 02:59:55 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487014 - head/archivers/dpkg Message-ID: <201812090259.wB92xtal047191@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sun Dec 9 02:59:55 2018 New Revision: 487014 URL: https://svnweb.freebsd.org/changeset/ports/487014 Log: archivers/dpkg: fix build with GCC-based architectures PR: 233840 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: Nathan <ndowens@yahoo.com> (maintainer) Modified: head/archivers/dpkg/Makefile (contents, props changed) Modified: head/archivers/dpkg/Makefile ============================================================================== --- head/archivers/dpkg/Makefile Sun Dec 9 02:56:18 2018 (r487013) +++ head/archivers/dpkg/Makefile Sun Dec 9 02:59:55 2018 (r487014) @@ -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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812090259.wB92xtal047191>