summaryrefslogtreecommitdiffstats
path: root/network/aiccu/03_no-quiet-gcc.patch
diff options
context:
space:
mode:
author David Spencer2015-12-22 11:36:55 +0100
committer Willy Sudiarto Raharjo2016-01-17 03:40:16 +0100
commit4af65c01a9c745f50b38d076a213030bc6127df2 (patch)
treef91227695c3d43232af097fa513e56bfdaaed88c /network/aiccu/03_no-quiet-gcc.patch
parentdc1a15950a05f4c97369be70a9887bb48da291d5 (diff)
downloadslackbuilds-4af65c01a9c745f50b38d076a213030bc6127df2.tar.gz
network/aiccu: Patched to build with gnutls-3.4.
Signed-off-by: David Spencer <baildon.research@googlemail.com> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/aiccu/03_no-quiet-gcc.patch')
-rw-r--r--network/aiccu/03_no-quiet-gcc.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/network/aiccu/03_no-quiet-gcc.patch b/network/aiccu/03_no-quiet-gcc.patch
new file mode 100644
index 0000000000..27d14addf9
--- /dev/null
+++ b/network/aiccu/03_no-quiet-gcc.patch
@@ -0,0 +1,16 @@
+It's better for us to see gcc output in the build log to ease debugging.
+Quiet builds make that much harder.
+
+Index: aiccu-20070115/unix-console/Makefile
+===================================================================
+--- aiccu-20070115.orig/unix-console/Makefile 2009-10-25 22:33:06.000000000 +0100
++++ aiccu-20070115/unix-console/Makefile 2009-10-25 22:33:12.000000000 +0100
+@@ -26,7 +26,7 @@
+
+ #CFLAGS += $(CWARNS) -D_GNU_SOURCE -D_DEBUG -g3 -O0
+ CFLAGS += $(CWARNS) -D_GNU_SOURCE
+-CC = @gcc
++CC = gcc
+ RM = rm
+
+ # Add -O3 when nothing is specified yet