From 919113fa780853993dd5c3dfb6cb1ff311f42910 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 12 Dec 2014 09:48:27 +0100 Subject: [PATCH] di: multiple cleanups. - Override CC and CFLAGS to allow cross compilation. - No need to use vman, di.1 is installed by the software Makefile. Close #695 #712 --- srcpkgs/di/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/di/template b/srcpkgs/di/template index 50e75c0a648..e11e4794ae4 100644 --- a/srcpkgs/di/template +++ b/srcpkgs/di/template @@ -10,11 +10,10 @@ distfiles="http://www.gentoo.com/di/${pkgname}-${version}.tar.gz" checksum=2cdfface7a85e3a359cb228277b090a0648cabe18520e43b09919bdaf67b71d2 do_build() { - make + make CC=$CC CFLAGS="$CFLAGS" } do_install() { make INSTALL_DIR="${DESTDIR}/usr" install - vman di.1 vlicense LICENSE }