diff options
author | rillig <rillig> | 2006-11-24 22:23:00 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-11-24 22:23:00 +0000 |
commit | e2bc517794d6c07e8dd1172c913b1dbb9692b0a0 (patch) | |
tree | a383e40c5a344b94b742479e2c33818736131908 /games/xbill/Makefile | |
parent | c859343e779cedb8c8b9d84203a59adf864b11f6 (diff) | |
download | pkgsrc-e2bc517794d6c07e8dd1172c913b1dbb9692b0a0.tar.gz |
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.
Diffstat (limited to 'games/xbill/Makefile')
-rw-r--r-- | games/xbill/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |