[ioquake3] 17/136: Do not pull CFLAGS into BASE_CFLAGS on FreeBSD

Simon McVittie smcv at debian.org
Thu Jun 15 09:08:59 UTC 2017


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

smcv pushed a commit to branch debian/master
in repository ioquake3.

commit 7a237c80204b84c23146b5a6dfedbe57acfbba7a
Author: Dominic Fandrey <kamikaze at bsdforen.de>
Date:   Mon Mar 27 23:20:52 2017 +0200

    Do not pull CFLAGS into BASE_CFLAGS on FreeBSD
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 72de9b1..7b25752 100644
--- a/Makefile
+++ b/Makefile
@@ -654,7 +654,7 @@ else # ifdef MINGW
 ifeq ($(PLATFORM),freebsd)
 
   # flags
-  BASE_CFLAGS = $(shell env MACHINE_ARCH=$(ARCH) make -f /dev/null -VCFLAGS) \
+  BASE_CFLAGS = \
     -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes \
     -DUSE_ICON -DMAP_ANONYMOUS=MAP_ANON
   CLIENT_CFLAGS += $(SDL_CFLAGS)

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



More information about the Pkg-games-commits mailing list