aboutsummaryrefslogtreecommitdiffstats
path: root/community/tg/makefile-remove-werror.patch
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2015-10-08 13:41:17 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2015-10-08 13:42:00 +0000
commit5aa88df1700263f3fdea5f039caff0c098d3d2ed (patch)
tree6587602a13127f6b86e4f159ba897c07873a6250 /community/tg/makefile-remove-werror.patch
parente877b0d7b5fef37124665950fea43c4b0f80184e (diff)
downloadaports-5aa88df1700263f3fdea5f039caff0c098d3d2ed.tar.bz2
aports-5aa88df1700263f3fdea5f039caff0c098d3d2ed.tar.xz
community/telegram-cli: rename into tg
Diffstat (limited to 'community/tg/makefile-remove-werror.patch')
-rw-r--r--community/tg/makefile-remove-werror.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/tg/makefile-remove-werror.patch b/community/tg/makefile-remove-werror.patch
new file mode 100644
index 0000000000..19359d567d
--- /dev/null
+++ b/community/tg/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}