pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

telegram-desktop: added patch-build_config.h file



Module Name:	pkgsrc-wip
Committed By:	AcidBear <jake.slazenger%yandex.com@localhost>
Pushed By:	jakeSlaz
Date:		Mon Feb 10 03:07:07 2020 +0300
Changeset:	7d90f478da75112f1facd21972c00928e271f593

Added Files:
	telegram-desktop/patches/patch-build_config.h

Log Message:
telegram-desktop: added patch-build_config.h file

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7d90f478da75112f1facd21972c00928e271f593

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 telegram-desktop/patches/patch-build_config.h | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diffs:
diff --git a/telegram-desktop/patches/patch-build_config.h b/telegram-desktop/patches/patch-build_config.h
new file mode 100644
index 0000000000..00a4b5a505
--- /dev/null
+++ b/telegram-desktop/patches/patch-build_config.h
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Add NetBSD support for Telegram
+
+--- Telegram/lib_base/base/build_config.h	2020-01-21 15:35:25.000000000 +0000
++++ Telegram/lib_base/base/build_config.h
+@@ -12,7 +12,7 @@
+ 
+ #if defined(__APPLE__)
+ #define OS_MAC 1
+-#elif defined(__linux__) // __APPLE__
++#elif defined(__linux__) || defined(__NetBSD__) // __APPLE__
+ #define OS_LINUX 1
+ #elif defined(_WIN32) // __APPLE__ || __linux__
+ #define OS_WIN 1


Home | Main Index | Thread Index | Old Index