pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/faces Use GNU make under Darwin to fix a build pr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2544f0a0dd24
branches:  trunk
changeset: 505798:2544f0a0dd24
user:      tron <tron%pkgsrc.org@localhost>
date:      Sat Jan 07 23:31:46 2006 +0000

description:
Use GNU make under Darwin to fix a build problem.

diffstat:

 mail/faces/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r cacef4bcbea5 -r 2544f0a0dd24 mail/faces/Makefile
--- a/mail/faces/Makefile       Sat Jan 07 23:29:23 2006 +0000
+++ b/mail/faces/Makefile       Sat Jan 07 23:31:46 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2005/12/05 20:50:31 rillig Exp $
+# $NetBSD: Makefile,v 1.47 2006/01/07 23:31:46 tron Exp $
 
 DISTNAME=      faces-1.6.1
 PKGREVISION=   3
@@ -33,6 +33,8 @@
 MAKE_ENV+=     SYSV=-DSYSV32
 MAKE_ENV+=     CC=gcc
 MAKE_ENV+=     CPPFLAGS=
+.elif ${OPSYS} == "Darwin"
+USE_TOOLS+=    gmake
 .endif
 
 .if ${OPSYS} != "Interix"



Home | Main Index | Thread Index | Old Index