From 05c4327f6fa5e889344f488ee548211ec31d4a109c009da927e4c5e4c69ad5f9 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 10 Feb 2014 12:31:22 +0000 Subject: [PATCH] Accepting request 221346 from home:dimstar:FactoryBuildSprint - Declare CC=gcc to ensure we build with gcc; seems make falls back to 'c99' otherwise (instead of requiring posix_cc). OBS-URL: https://build.opensuse.org/request/show/221346 OBS-URL: https://build.opensuse.org/package/show/editors/libt3window?expand=0&rev=3 --- libt3window.changes | 6 ++++++ libt3window.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libt3window.changes b/libt3window.changes index 5c9bb93..23c9aac 100644 --- a/libt3window.changes +++ b/libt3window.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 7 22:08:26 UTC 2014 - dimstar@opensuse.org + +- Declare CC=gcc to ensure we build with gcc; seems make falls back + to 'c99' otherwise (instead of requiring posix_cc). + ------------------------------------------------------------------- Mon Jun 10 13:04:05 UTC 2013 - jengelh@inai.de diff --git a/libt3window.spec b/libt3window.spec index c60105f..5ec6edd 100644 --- a/libt3window.spec +++ b/libt3window.spec @@ -1,7 +1,7 @@ # # spec file for package libt3window # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -72,6 +72,7 @@ applications that want to make use of libt3window. %setup -q %build +export CC=gcc %configure --docdir="%_docdir/%name" make %{?_smp_mflags}