aboutsummaryrefslogtreecommitdiffstats
path: root/main/gsm/gsm-makefile.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-04-05 20:07:11 -0500
committerTimo Teräs <timo.teras@iki.fi>2018-04-09 10:08:39 +0000
commit4796acde8277a43854b8e044c1814875afe34ca5 (patch)
tree87c0cca9375db31c8963738b9d6410b07a63b6f5 /main/gsm/gsm-makefile.patch
parent06d7f2f8ebbcec6cc870f5fe246a86c97a19958c (diff)
downloadaports-4796acde8277a43854b8e044c1814875afe34ca5.tar.bz2
aports-4796acde8277a43854b8e044c1814875afe34ca5.tar.xz
main/gsm: bump to 1.0.17, modernise, no tests, license
Diffstat (limited to 'main/gsm/gsm-makefile.patch')
-rw-r--r--main/gsm/gsm-makefile.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/gsm/gsm-makefile.patch b/main/gsm/gsm-makefile.patch
index cf3e99bc9c..b11e1506d5 100644
--- a/main/gsm/gsm-makefile.patch
+++ b/main/gsm/gsm-makefile.patch
@@ -15,7 +15,7 @@
# CCFLAGS = -c -O
CC = gcc -ansi -pedantic
--CCFLAGS = -c -O2 -DNeedFunctionPrototypes=1
+-CCFLAGS = -c -O2 -DNeedFunctionPrototypes=1 -Wall -Wno-comment
+CCFLAGS = -c $(RPM_OPT_FLAGS) -D_REENTRANT -DNeedFunctionPrototypes=1
LD = $(CC)