aboutsummaryrefslogtreecommitdiffstats
path: root/community/telegram-cli/makefile-remove-werror.patch
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2015-10-08 13:40:40 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2015-10-08 13:42:00 +0000
commite877b0d7b5fef37124665950fea43c4b0f80184e (patch)
tree9ac08b0465cbf42587799be8edcb330b82c402b7 /community/telegram-cli/makefile-remove-werror.patch
parentfa90ba017a0ddd1ce4860e7941da2fe57ad6364f (diff)
downloadaports-e877b0d7b5fef37124665950fea43c4b0f80184e.tar.bz2
aports-e877b0d7b5fef37124665950fea43c4b0f80184e.tar.xz
community/telegram-cli: upgrade to 1.3.1
Diffstat (limited to 'community/telegram-cli/makefile-remove-werror.patch')
-rw-r--r--community/telegram-cli/makefile-remove-werror.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/telegram-cli/makefile-remove-werror.patch b/community/telegram-cli/makefile-remove-werror.patch
new file mode 100644
index 0000000000..19359d567d
--- /dev/null
+++ b/community/telegram-cli/makefile-remove-werror.patch
@@ -0,0 +1,11 @@
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -4,7 +4,7 @@
+ LDFLAGS=@LDFLAGS@ @OPENSSL_LDFLAGS@
+ CPPFLAGS=@CPPFLAGS@ @OPENSSL_INCLUDES@
+ DEFS=@DEFS@
+-COMPILE_FLAGS=${CFLAGS} ${CPFLAGS} ${CPPFLAGS} ${DEFS} -Wall -Wextra -Werror -Wno-deprecated-declarations -fno-strict-aliasing -fno-omit-frame-pointer -ggdb -Wno-unused-parameter -fPIC
++COMPILE_FLAGS=${CFLAGS} ${CPFLAGS} ${CPPFLAGS} ${DEFS} -Wall -Wextra -Wno-deprecated-declarations -fno-strict-aliasing -fno-omit-frame-pointer -ggdb -Wno-unused-parameter -fPIC
+
+ EXTRA_LIBS=@LIBS@ @EXTRA_LIBS@ @OPENSSL_LIBS@
+ LOCAL_LDFLAGS=-rdynamic -ggdb -levent ${EXTRA_LIBS}