pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/time/pcal Make this compile on non-NetBSD systems by s...
details: https://anonhg.NetBSD.org/pkgsrc/rev/196f8c311f9a
branches: trunk
changeset: 496682:196f8c311f9a
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Fri Jul 08 18:22:49 2005 +0000
description:
Make this compile on non-NetBSD systems by setting HOST_CC=CC instead of
relying on bsd.sys.mk.
diffstat:
time/pcal/Makefile | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r f106ecdf8bf2 -r 196f8c311f9a time/pcal/Makefile
--- a/time/pcal/Makefile Fri Jul 08 18:16:04 2005 +0000
+++ b/time/pcal/Makefile Fri Jul 08 18:22:49 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/06/17 03:50:38 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2005/07/08 18:22:49 kristerw Exp $
#
DISTNAME= pcal-4.7
@@ -17,9 +17,8 @@
WWWSERVER= ${HOSTNAME_CMD:sh}
.include "../../mk/bsd.prefs.mk" # for PAPERSIZE
-.include <bsd.sys.mk> # for CC and HOST_CC
MAKE_ENV+= PAPERSIZE="${PAPERSIZE}"
-MAKE_ENV+= CC="${CC}" HOST_CC="${HOST_CC}"
+MAKE_ENV+= CC="${CC}" HOST_CC="${CC}"
BUILD_TARGET= pcal
Home |
Main Index |
Thread Index |
Old Index