summaryrefslogtreecommitdiff
path: root/games/falcons-eye
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2012-05-16 22:53:15 +0000
committermarino <marino@pkgsrc.org>2012-05-16 22:53:15 +0000
commit8e6f383934389a84f38d17c6010067b63f1afb26 (patch)
tree207666064b7649b97913d58159d443f2a24061ea /games/falcons-eye
parent43127708b0eee7fdbe8aa53a2b44898916274701 (diff)
downloadpkgsrc-8e6f383934389a84f38d17c6010067b63f1afb26.tar.gz
games/falcons-eye: Fix indirect linking (all platforms)
libm was added to the already modified definition of $WINLIBS. The file jtp_win.c needs the log function from it.
Diffstat (limited to 'games/falcons-eye')
-rw-r--r--games/falcons-eye/distinfo4
-rw-r--r--games/falcons-eye/patches/patch-ba14
2 files changed, 9 insertions, 9 deletions
diff --git a/games/falcons-eye/distinfo b/games/falcons-eye/distinfo
index 5d39eb1600a..14edad9c526 100644
--- a/games/falcons-eye/distinfo
+++ b/games/falcons-eye/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2011/05/26 12:51:22 obache Exp $
+$NetBSD: distinfo,v 1.16 2012/05/16 22:53:15 marino Exp $
SHA1 (falcons-eye-1.9.3-20050216-2/nethack_source_331_jtp_193.zip) = f25a3b77925d247762d18b6f022500aac7c42b29
RMD160 (falcons-eye-1.9.3-20050216-2/nethack_source_331_jtp_193.zip) = a94c3bbdec7a0c034acbe431071342b872c7acc5
@@ -13,7 +13,7 @@ SHA1 (patch-ag) = 6aeae6bde079b9c9081f6e32523687010c9bc674
SHA1 (patch-ah) = f7cd2d43bfa991e1b1d759db519bdaf1a48357bf
SHA1 (patch-ai) = cff6d959169b71a0be6b17c685c15d07ea99310d
SHA1 (patch-aj) = 6da139181fb328e8feeeb93db8f07f6259fddaf5
-SHA1 (patch-ba) = 8fb7c3ad5fdc5f35e34b1ac87bc60e1a22a91c03
+SHA1 (patch-ba) = 7234aee5f989ad909b655e3a96a4ec1e4c3d91d1
SHA1 (patch-bb) = 899a966ec39b749618cad9c6e420cfd865eb7d5e
SHA1 (patch-bc) = ef228db9215e8c4d0e03a079ede1a7a195ecde58
SHA1 (patch-bd) = 0a62f2805efb78cd071dc95a4c52e5fa167765cc
diff --git a/games/falcons-eye/patches/patch-ba b/games/falcons-eye/patches/patch-ba
index 00ccf18fa41..e36e4f78670 100644
--- a/games/falcons-eye/patches/patch-ba
+++ b/games/falcons-eye/patches/patch-ba
@@ -1,8 +1,8 @@
-$NetBSD: patch-ba,v 1.1.1.1 2002/01/21 11:56:17 pooka Exp $
+$NetBSD: patch-ba,v 1.2 2012/05/16 22:53:15 marino Exp $
---- sys/unix/Makefile.src.orig Sun Jun 24 18:57:24 2001
+--- sys/unix/Makefile.src.orig 2001-06-24 16:57:24.000000000 +0000
+++ sys/unix/Makefile.src
-@@ -146,7 +146,7 @@
+@@ -146,7 +146,7 @@ GNOMEINC=-I/usr/lib/glib/include -I/usr/
# directories. You should have sdl-config in your path; it gives the
# necessary compile and link flags.
#
@@ -11,7 +11,7 @@ $NetBSD: patch-ba,v 1.1.1.1 2002/01/21 11:56:17 pooka Exp $
# flags for debugging:
# CFLAGS = -g -I../include
-@@ -218,8 +218,8 @@
+@@ -218,8 +218,8 @@ WINBEOBJ =
#
#
@@ -22,7 +22,7 @@ $NetBSD: patch-ba,v 1.1.1.1 2002/01/21 11:56:17 pooka Exp $
# on some systems the termcap library is in -ltermcap or -lcurses
# on 386 Xenix, the -ltermlib tputs() seems not to work; use -lcurses instead
-@@ -239,7 +239,7 @@
+@@ -239,7 +239,7 @@ WINTTYLIB = -lncurses
#
# SDL libraries for Falcon's Eye
@@ -31,12 +31,12 @@ $NetBSD: patch-ba,v 1.1.1.1 2002/01/21 11:56:17 pooka Exp $
#
# libraries for X11
-@@ -264,7 +264,7 @@
+@@ -264,7 +264,7 @@ WINGEMLIB = -le_gem -lgem
# libraries for BeOS
WINBELIB = -lbe
-WINLIB = $(WINTTYLIB) $(WINJTPLIB)
-+WINLIB = $(WINJTPLIB)
++WINLIB = $(WINJTPLIB) -lm
# any other strange libraries your system needs (for Sysunix only -- the more
# specialized targets should already be right)