~ubuntu-branches/ubuntu/vivid/nethack/vivid

« back to all changes in this revision

Viewing changes to debian/patches/96_binutils-gold.dpatch

  • Committer: Package Import Robot
  • Author(s): Luca Falavigna
  • Date: 2011-08-26 21:15:02 UTC
  • mfrom: (3.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20110826211502-urstwukl4f0qq8ue
Tags: 3.4.3-12.2
* Non-maintainer upload.
* debian/patches/96_binutils-gold.dpatch:
  - Fix FTBFS with binutils-gold (Closes: #555769).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 96_binutils-gold.dpatch by Luca Falavigna <dktrkranz@debian.org>
 
3
## DP: Fix FTBFS with binutils-gold.
 
4
 
 
5
@DPATCH@
 
6
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' nethack-3.4.3~/sys/unix/Makefile.src nethack-3.4.3/sys/unix/Makefile.src
 
7
--- nethack-3.4.3~/sys/unix/Makefile.src        2011-08-26 21:13:05.938567905 +0200
 
8
+++ nethack-3.4.3/sys/unix/Makefile.src 2011-08-26 21:14:23.510570283 +0200
 
9
@@ -309,7 +309,7 @@
 
10
 # IRIX 4.0.x needs -lsun if NIS (YP) is being used for passwd file lookup
 
11
 # LIBS = -lsun
 
12
 #
 
13
-LIBS =
 
14
+LIBS = -lstdc++
 
15
 
 
16
 # make NetHack
 
17
 GAME     = nethack