Add USE_XAW, and add -lXpm to configure check so that it is found correctly.
Fixes recent bulk build problem.
This commit is contained in:
parent
b17128a573
commit
a2bc10608b
3 changed files with 17 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2001/07/19 05:58:51 garbled Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2001/08/01 16:26:56 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= crossfire-1.0.0
|
||||
|
@ -18,6 +18,7 @@ EXTRACT_ONLY= ${CF_SRC}
|
|||
CF_SRC= crossfire-1.0.0.tar.bz2
|
||||
CF_MAPS= crossfire-1.0.0-maps.tar.bz2
|
||||
|
||||
USE_XAW= yes
|
||||
USE_XPM= yes
|
||||
USE_X11= yes
|
||||
USE_GMAKE= yes
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.3 2001/07/19 05:58:51 garbled Exp $
|
||||
$NetBSD: distinfo,v 1.4 2001/08/01 16:26:56 wiz Exp $
|
||||
|
||||
SHA1 (crossfire-1.0.0.tar.bz2) = 2ec13e71591d245726e19aa10de7619a2e113b0d
|
||||
Size (crossfire-1.0.0.tar.bz2) = 2767828 bytes
|
||||
SHA1 (crossfire-1.0.0-maps.tar.bz2) = 81d11a2561adf2bc2ee36192160014e9a1bdcf08
|
||||
Size (crossfire-1.0.0-maps.tar.bz2) = 3066588 bytes
|
||||
SHA1 (patch-aa) = 48b06c6db01ed17a0cc1c7263ae74d5559cff8ca
|
||||
SHA1 (patch-ab) = c702d3432ee2481175c3b6f863cd1f1357a6f7ed
|
||||
|
|
13
games/crossfire-srv/patches/patch-ab
Normal file
13
games/crossfire-srv/patches/patch-ab
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-ab,v 1.4 2001/08/01 16:26:57 wiz Exp $
|
||||
|
||||
--- configure.orig Sun May 13 23:55:40 2001
|
||||
+++ configure
|
||||
@@ -3040,7 +3040,7 @@
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
ac_save_LIBS="$LIBS"
|
||||
-LIBS="-lXaw $X11LIBS $LIBS"
|
||||
+LIBS="-lXaw -lXpm $X11LIBS $LIBS"
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 3046 "configure"
|
||||
#include "confdefs.h"
|
Loading…
Reference in a new issue