From 7038dda8e7aa30bba85b271d66dd05780cd11406 Mon Sep 17 00:00:00 2001 From: agc Date: Mon, 17 Jul 2000 15:37:15 +0000 Subject: [PATCH] Make this package compile on Solaris. --- games/nethack-lib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games/nethack-lib/Makefile b/games/nethack-lib/Makefile index fe05b1c47f8f..5a08a32bd2c6 100644 --- a/games/nethack-lib/Makefile +++ b/games/nethack-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/07/17 14:31:12 agc Exp $ +# $NetBSD: Makefile,v 1.8 2000/07/17 15:37:15 agc Exp $ # DISTNAME= nethack-3.3.0 @@ -19,7 +19,7 @@ DEINSTALL_FILE= ${WRKDIR}/DEINSTALL .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" -MAKE_FLAGS+= CC=gcc +MAKE_FLAGS+= CC=gcc CPPFLAGS= .endif pre-configure: