diff options
author | rillig <rillig@pkgsrc.org> | 2006-11-24 22:23:00 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-11-24 22:23:00 +0000 |
commit | ab7c57ec047207626b018b28df1adb6bb0d8eb4c (patch) | |
tree | a383e40c5a344b94b742479e2c33818736131908 /games | |
parent | bf7de2cfd6c9606e88c1a86197c8f655be8778f2 (diff) | |
download | pkgsrc-ab7c57ec047207626b018b28df1adb6bb0d8eb4c.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')
-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 |