diff options
author | kristerw <kristerw> | 2005-07-08 18:22:49 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2005-07-08 18:22:49 +0000 |
commit | e01eb451d02e9fe42bf2e1c1b971ea8ec805d815 (patch) | |
tree | 040c57184d1f5592849e2d7fcf7543bcaf181a6e /time/pcal | |
parent | 622599708c4647eeb5e481e39daf2c28f9d140e0 (diff) | |
download | pkgsrc-e01eb451d02e9fe42bf2e1c1b971ea8ec805d815.tar.gz |
Make this compile on non-NetBSD systems by setting HOST_CC=CC instead of
relying on bsd.sys.mk.
Diffstat (limited to 'time/pcal')
-rw-r--r-- | time/pcal/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/time/pcal/Makefile b/time/pcal/Makefile index b65e2511421..e0d44a4614f 100644 --- a/time/pcal/Makefile +++ b/time/pcal/Makefile @@ -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 @@ CGIBINDIR= ${PREFIX}/libexec/cgi-bin 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 |