pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/xbill Building XBill using the modified IMakefil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ffb863638cf
branches:  trunk
changeset: 521853:5ffb863638cf
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Nov 24 22:23:00 2006 +0000

description:
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:

 games/xbill/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 420e027774d4 -r 5ffb863638cf games/xbill/Makefile
--- a/games/xbill/Makefile      Fri Nov 24 20:28:14 2006 +0000
+++ b/games/xbill/Makefile      Fri Nov 24 22:23:00 2006 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index