pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/wxhugo games/wxhugo: link libstdc++ directly



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3a5636e78329
branches:  trunk
changeset: 598772:3a5636e78329
user:      marino <marino%pkgsrc.org@localhost>
date:      Sun Jan 29 21:05:52 2012 +0000

description:
games/wxhugo: link libstdc++ directly

Fix for DragonFly 3.0+.  This fix isn't easily limited to DragonFly so it
applies to all platforms.

diffstat:

 games/wxhugo/distinfo         |  4 ++--
 games/wxhugo/patches/patch-aa |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r e2f0e7579ded -r 3a5636e78329 games/wxhugo/distinfo
--- a/games/wxhugo/distinfo     Sun Jan 29 21:04:58 2012 +0000
+++ b/games/wxhugo/distinfo     Sun Jan 29 21:05:52 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2008/07/10 13:20:46 joerg Exp $
+$NetBSD: distinfo,v 1.9 2012/01/29 21:05:52 marino Exp $
 
 SHA1 (hugo-3.1.02/hugov31_unix_source.tar.gz) = 7c3785da668e1deb9fe222b6014c402b00fc4256
 RMD160 (hugo-3.1.02/hugov31_unix_source.tar.gz) = 205c3a26456eabe6e72116be6a2120a00e118385
@@ -6,5 +6,5 @@
 SHA1 (hugo-3.1.02/hugov31_wxwin_source.tar.gz) = 477ee2d4294b4203b317a3db77015cb23b76a066
 RMD160 (hugo-3.1.02/hugov31_wxwin_source.tar.gz) = 46703c623d82afe9194167572f81a1c20baa4a7f
 Size (hugo-3.1.02/hugov31_wxwin_source.tar.gz) = 284234 bytes
-SHA1 (patch-aa) = 4fda12a259c6914c41cd2631577427623b1e3d6a
+SHA1 (patch-aa) = 3ae05cad2db06452c46302c24121ac0a56420040
 SHA1 (patch-ab) = 514ff9f2e4e7cf6e3fd8fe98885c97bb68df3316
diff -r e2f0e7579ded -r 3a5636e78329 games/wxhugo/patches/patch-aa
--- a/games/wxhugo/patches/patch-aa     Sun Jan 29 21:04:58 2012 +0000
+++ b/games/wxhugo/patches/patch-aa     Sun Jan 29 21:05:52 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.6 2006/05/21 16:43:27 rillig Exp $
+$NetBSD: patch-aa,v 1.7 2012/01/29 21:05:53 marino Exp $
 
 --- Makefile.orig      2005-01-16 20:25:50.000000000 +0100
 +++ Makefile
@@ -16,7 +16,7 @@
  #LDFLAGS = `wx-config --libs` -lgtk -lgdk -lmikmod
  # Uncomment the following if compiling with GTK 2 support:
 -LDFLAGS = `wx-config --libs` -lgtk-x11-2.0 -lgdk-x11-2.0 -lmikmod
-+LDFLAGS = `wx24-config --libs` -lmikmod
++LDFLAGS = `wx24-config --libs` -lmikmod -lstdc++
  
  # Use these LDFLAGS and STATICLIBS for static building:
  #STATICLIBS = /usr/local/lib/libmikmod.a /usr/local/lib/libwx_gtk2-2.4.a



Home | Main Index | Thread Index | Old Index