pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/crossfire-server Tell it where to find X to avoi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9d8faabcfdbc
branches: trunk
changeset: 643132:9d8faabcfdbc
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Dec 11 22:08:53 2014 +0000
description:
Tell it where to find X to avoid depending on implicit ${PREFIX}/lib
addition.
diffstat:
games/crossfire-server/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 8f2b6949d0b1 -r 9d8faabcfdbc games/crossfire-server/Makefile
--- a/games/crossfire-server/Makefile Thu Dec 11 22:08:22 2014 +0000
+++ b/games/crossfire-server/Makefile Thu Dec 11 22:08:53 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2014/05/29 23:36:35 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2014/12/11 22:08:53 joerg Exp $
DISTNAME= crossfire-1.11.0
PKGNAME= crossfire-server-1.11.0
@@ -19,6 +19,8 @@
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --localstatedir=${VARBASE}/games
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --x-libraries=${X11BASE}/lib
+CONFIGURE_ARGS+= --x-includes=${X11BASE}/include
CONFIGURE_ENV+= ac_cv_path_GZIP=${GZIP_CMD:Q}
PLIST_SRC= ${WRKDIR}/PLIST PLIST
Home |
Main Index |
Thread Index |
Old Index