pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/crafty gcc3 fix - we compile one of the object f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6ff2227ed45
branches:  trunk
changeset: 467307:b6ff2227ed45
user:      agc <agc%pkgsrc.org@localhost>
date:      Wed Jan 28 16:21:08 2004 +0000

description:
gcc3 fix - we compile one of the object files with g++, so link the
executable with g++ as well.

diffstat:

 games/crafty/distinfo         |   3 ++-
 games/crafty/patches/patch-ac |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 839a8350b849 -r b6ff2227ed45 games/crafty/distinfo
--- a/games/crafty/distinfo     Wed Jan 28 16:08:56 2004 +0000
+++ b/games/crafty/distinfo     Wed Jan 28 16:21:08 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2002/09/11 10:52:09 jlam Exp $
+$NetBSD: distinfo,v 1.8 2004/01/28 16:21:08 agc Exp $
 
 SHA1 (crafty-18.15/crafty-18.15.tar.gz) = 8bc3beeb464a792973d8276b291bf761fec38f09
 Size (crafty-18.15/crafty-18.15.tar.gz) = 365476 bytes
@@ -9,3 +9,4 @@
 SHA1 (crafty-18.15/crafty.faq) = 7ba5cc19e190fdcf1697e3130c679ce5e50141db
 Size (crafty-18.15/crafty.faq) = 10252 bytes
 SHA1 (patch-ab) = cf686338b72b83922b23751d75011e92cf3dbe83
+SHA1 (patch-ac) = 507a7688c2aee795b3cf20c209f1edca076dfd9e
diff -r 839a8350b849 -r b6ff2227ed45 games/crafty/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/crafty/patches/patch-ac     Wed Jan 28 16:21:08 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.3 2004/01/28 16:21:08 agc Exp $
+
+--- Makefile   2004/01/28 14:58:48     1.1
++++ Makefile   2004/01/28 14:59:16
+@@ -422,7 +422,7 @@
+               crafty
+ 
+ crafty:       $(objects) 
+-      $(CC) $(LDFLAGS) -o crafty $(objects) -lm  $(LIBS)
++      $(CXX) $(LDFLAGS) -o crafty $(objects) -lm  $(LIBS)
+       @rm -f X86-elf.S
+       @rm -f X86-aout.S
+ 



Home | Main Index | Thread Index | Old Index