From e2bc517794d6c07e8dd1172c913b1dbb9692b0a0 Mon Sep 17 00:00:00 2001 From: rillig Date: Fri, 24 Nov 2006 22:23:00 +0000 Subject: Building XBill using the modified IMakefile (see patch-aa) on Solaris does not work. Therefore, the XBILL_HOME is set explicitly in CPPFLAGS. It's not the best way to fix it, but at least it works. --- games/xbill/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'games/xbill/Makefile') diff --git a/games/xbill/Makefile b/games/xbill/Makefile index b5314b804ff..ccec6c93704 100644 --- a/games/xbill/Makefile +++ b/games/xbill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/11/05 18:08:17 rillig Exp $ +# $NetBSD: Makefile,v 1.25 2006/11/24 22:23:00 rillig Exp $ # DISTNAME= xbill-2.0 @@ -18,6 +18,7 @@ USE_IMAKE= YES NO_INSTALL_MANPAGES= YES CPPFLAGS+= -DVARBASE=\"${VARBASE}\" +CPPFLAGS.SunOS+= -DXBILL_HOME=\"${PREFIX}/share/xbill\" PKG_USERS= ${GAMEOWN}:${GAMEGRP} PKG_GROUPS= ${GAMEGRP} MAKE_DIRS_PERMS+= ${VARBASE}/games ${GAMEOWN} ${GAMEGRP} 0775 -- cgit v1.2.3