Package: aweather / 0.8.1-1.1

plugins-c99.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## Description: add some description
## Origin/Author: add some origin or author
## Bug: bug URL
Description: Don't force C99 in src/plugins/Makefile.am
 This makes timespec available for gps.h
Author: Adrian Bunk <bunk@stusta.de>
Bug-Debian: https://bugs.debian.org/837002

--- aweather-0.8.1.orig/src/plugins/Makefile.am
+++ aweather-0.8.1/src/plugins/Makefile.am
@@ -1,4 +1,4 @@
-AM_CFLAGS   = -Wall --std=gnu99 $(GRITS_CFLAGS)
+AM_CFLAGS   = -Wall $(GRITS_CFLAGS)
 AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/lib
 AM_LDFLAGS  = -shared -module -avoid-version
 LIBS        = $(GRITS_LIBS)