diff options
author | wiz <wiz@pkgsrc.org> | 2001-08-01 16:26:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-08-01 16:26:56 +0000 |
commit | a2bc10608bca8a306e89e8bf82bc8199d76a1aea (patch) | |
tree | cabce7337f14007699849c2b668c94cb9a4c13ad /games/crossfire-srv | |
parent | b17128a573fb82dd03316eb6b97ca39df736f840 (diff) | |
download | pkgsrc-a2bc10608bca8a306e89e8bf82bc8199d76a1aea.tar.gz |
Add USE_XAW, and add -lXpm to configure check so that it is found correctly.
Fixes recent bulk build problem.
Diffstat (limited to 'games/crossfire-srv')
-rw-r--r-- | games/crossfire-srv/Makefile | 3 | ||||
-rw-r--r-- | games/crossfire-srv/distinfo | 3 | ||||
-rw-r--r-- | games/crossfire-srv/patches/patch-ab | 13 |
3 files changed, 17 insertions, 2 deletions
diff --git a/games/crossfire-srv/Makefile b/games/crossfire-srv/Makefile index c47472d3670..aac62b0326c 100644 --- a/games/crossfire-srv/Makefile +++ b/games/crossfire-srv/Makefile @@ -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 diff --git a/games/crossfire-srv/distinfo b/games/crossfire-srv/distinfo index 9ec2838fb77..e775e0967a4 100644 --- a/games/crossfire-srv/distinfo +++ b/games/crossfire-srv/distinfo @@ -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 diff --git a/games/crossfire-srv/patches/patch-ab b/games/crossfire-srv/patches/patch-ab new file mode 100644 index 00000000000..b63c36d3156 --- /dev/null +++ b/games/crossfire-srv/patches/patch-ab @@ -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" |