pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/falcons-eye games/falcons-eye: Fix indirect link...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7163e9b733c5
branches:  trunk
changeset: 603930:7163e9b733c5
user:      marino <marino%pkgsrc.org@localhost>
date:      Wed May 16 22:53:15 2012 +0000

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

 games/falcons-eye/distinfo         |   4 ++--
 games/falcons-eye/patches/patch-ba |  14 +++++++-------
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (66 lines):

diff -r 274b29ecff88 -r 7163e9b733c5 games/falcons-eye/distinfo
--- a/games/falcons-eye/distinfo        Wed May 16 22:16:36 2012 +0000
+++ b/games/falcons-eye/distinfo        Wed May 16 22:53:15 2012 +0000
@@ -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-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 -r 274b29ecff88 -r 7163e9b733c5 games/falcons-eye/patches/patch-ba
--- a/games/falcons-eye/patches/patch-ba        Wed May 16 22:16:36 2012 +0000
+++ b/games/falcons-eye/patches/patch-ba        Wed May 16 22:53:15 2012 +0000
@@ -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 @@
  
  # flags for debugging:
  # CFLAGS = -g -I../include
-@@ -218,8 +218,8 @@
+@@ -218,8 +218,8 @@ WINBEOBJ =
  
  #
  #
@@ -22,7 +22,7 @@
  
  # 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 @@
  
  #
  # 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)



Home | Main Index | Thread Index | Old Index