Files
MINGW-packages/mingw-w64-libdca-git/0002-fix-bootstrap.mingw.patch
Holger Nahrstaedt a1487ba3ab libdca-git: use git instead of svn (#2771)
* libdca-git: use git instead of svn

* remove patch
2017-08-12 23:56:07 +03:00

13 lines
417 B
Diff

--- libdca-svn-r91/bootstrap.orig 2013-07-31 06:48:34.804199200 +0000
+++ libdca-svn-r91/bootstrap 2013-07-31 06:48:46.084131600 +0000
@@ -14,9 +14,6 @@
# The latest version of this script can be found at the following place:
# http://sam.zoy.org/autotools/
-# Die if an error occurs
-set -e
-
# Guess whether we are using configure.ac or configure.in
if test -f configure.ac; then
conffile="configure.ac"