diff options
Diffstat (limited to 'devel/libzrtp/files/patch-include-zrtp__config__user.h')
-rw-r--r-- | devel/libzrtp/files/patch-include-zrtp__config__user.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/devel/libzrtp/files/patch-include-zrtp__config__user.h b/devel/libzrtp/files/patch-include-zrtp__config__user.h deleted file mode 100644 index ca69abaa7cc5..000000000000 --- a/devel/libzrtp/files/patch-include-zrtp__config__user.h +++ /dev/null @@ -1,29 +0,0 @@ ---- include/zrtp_config_user.h.orig 2009-03-22 06:26:34.000000000 -0700 -+++ include/zrtp_config_user.h 2010-12-01 14:28:15.963667063 -0800 -@@ -14,6 +14,8 @@ - #ifndef __ZRTP_CONFIG_USER_H__ - #define __ZRTP_CONFIG_USER_H__ - -+#include "zrtp_config_unix.h" -+ - /** - * \defgroup zrtp_config Build Configuration - * \{ -@@ -52,6 +54,8 @@ - /** \brief Define Platform manually there */ - //#undefine ZRTP_PLATFORM - -+#define ZRTP_PLATFORM ZP_LINUX -+ - - /** \brief Constant to define Big Endian Platform */ - #define ZBO_BIG_ENDIAN 0x4321 -@@ -59,7 +63,7 @@ - #define ZBO_LITTLE_ENDIAN 0x1234 - - /** \brief Define Platform Byte Order manually there */ --//#define ZRTP_BYTE_ORDER -+#define ZRTP_BYTE_ORDER ZBO_LITTLE_ENDIAN - - /** \brief Defines the max length in bytes of a binary SAS digest */ - #ifndef ZRTP_SAS_DIGEST_LENGTH |