[fenix] 06/08: Argh, autoconf really doesn't like [ ... ].

Peter Pentchev roam at ringlet.net
Fri Dec 18 17:39:13 UTC 2015


This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix.

commit 2efdcd89659d7840279b6f60043f612244108204
Author: Peter Pentchev <roam at ringlet.net>
Date:   Fri Dec 18 19:23:30 2015 +0200

    Argh, autoconf really doesn't like [ ... ].
---
 debian/patches/cflags-env.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/cflags-env.patch b/debian/patches/cflags-env.patch
index 87b2e46..21e7605 100644
--- a/debian/patches/cflags-env.patch
+++ b/debian/patches/cflags-env.patch
@@ -1,7 +1,7 @@
 Description: Honor CFLAGS passed via the environment.
 Forwarded: no
 Author: Peter Pentchev <roam at ringlet.net>
-Last-Update: 2015-12-17
+Last-Update: 2015-12-18
 
 --- a/configure
 +++ b/configure
@@ -36,7 +36,7 @@ Last-Update: 2015-12-17
 -	CFLAGS="-g $INCLUDES"
 -else
 -	CFLAGS="-O2 -finline-functions -ffast-math $INCLUDES"
-+if [ -z "$CFLAGS" ]; then
++if test -z "$CFLAGS"; then
 +	if test "x$enable_debug" = "xyes"; then
 +		CFLAGS="-g"
 +	else

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/fenix.git



More information about the Pkg-games-commits mailing list