svn commit: r487014 - head/archivers/dpkg

Steve Wills swills at FreeBSD.org
Sun Dec 9 02:59:56 UTC 2018


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 at anongoth.pl>
  Approved by:	Nathan <ndowens at 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}


More information about the svn-ports-all mailing list