summaryrefslogtreecommitdiff
path: root/games/chocolate-doom/disable_windres.diff
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2012-09-21 06:38:45 +0200
committerRobby Workman <rworkman@slackbuilds.org>2012-09-22 11:39:46 -0500
commit8a92061525b5e777372fb88b8cb0ae2636759de4 (patch)
tree15e8403780c9f5daa2eb1fae3d6ace3f7e91040c /games/chocolate-doom/disable_windres.diff
parent994e72589bfe86fda005430e9373494495f4c82a (diff)
downloadslackbuilds-8a92061525b5e777372fb88b8cb0ae2636759de4.tar.gz
games/chocolate-doom: Updated for version 1.7.0.
Build fix for the new binutils Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/chocolate-doom/disable_windres.diff')
-rw-r--r--games/chocolate-doom/disable_windres.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/chocolate-doom/disable_windres.diff b/games/chocolate-doom/disable_windres.diff
new file mode 100644
index 0000000000..08c155af28
--- /dev/null
+++ b/games/chocolate-doom/disable_windres.diff
@@ -0,0 +1,12 @@
+diff -Naur chocolate-doom-1.6.0/configure.in chocolate-doom-1.6.0.patched/configure.in
+--- chocolate-doom-1.6.0/configure.in 2011-05-17 19:01:50.000000000 -0400
++++ chocolate-doom-1.6.0.patched/configure.in 2012-09-20 01:32:26.000000000 -0400
+@@ -103,7 +103,7 @@
+ esac
+
+ AM_CONDITIONAL(WINDOWS_CE, $WINDOWS_CE)
+-AM_CONDITIONAL(HAVE_WINDRES, test "$WINDRES" != "")
++AM_CONDITIONAL(HAVE_WINDRES, false)
+ AM_CONDITIONAL(HAVE_PYTHON, $HAVE_PYTHON)
+
+ dnl Automake v1.8.0 is required, please upgrade!