update package vmime

pull/167/head
Mark Brand 11 years ago
parent 7c7382f5e7
commit 4821ee1a51

@ -2161,7 +2161,7 @@ aptitude -t squeeze-backports install cmake yasm</pre>
</tr>
<tr>
<td id="vmime-package">vmime</td>
<td id="vmime-version">86925f1</td>
<td id="vmime-version">9328bf0</td>
<td id="vmime-website"><a href="http://www.vmime.org/">VMime</a></td>
</tr>
<tr>

@ -1,34 +0,0 @@
This file is part of MXE.
See index.html for further information.
From 07af5dbeac4e9038c60a0de6adfa3125840cb70e Mon Sep 17 00:00:00 2001
From: Mark Brand <mabrand@mabrand.nl>
Date: Fri, 1 Mar 2013 13:27:47 +0100
Subject: [PATCH] fix duplicate info in .pc files
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3570d32..8200f01 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -539,8 +539,6 @@ IF(VMIME_HAVE_SASL_SUPPORT)
)
ENDIF()
- SET(VMIME_PKGCONFIG_LIBS "${VMIME_PKGCONFIG_LIBS} ${GSASL_LIBRARIES}")
- SET(VMIME_PKGCONFIG_CFLAGS "${VMIME_PKGCONFIG_CFLAGS} -I${GSASL_INCLUDE_DIR}")
SET(VMIME_PKGCONFIG_REQUIRES "${VMIME_PKGCONFIG_REQUIRES} libgsasl")
ENDIF()
@@ -596,8 +594,6 @@ IF(VMIME_HAVE_TLS_SUPPORT)
)
ENDIF()
- SET(VMIME_PKGCONFIG_LIBS "${VMIME_PKGCONFIG_LIBS} ${GNUTLS_LIBRARY_DIRS} ${GNUTLS_LIBRARY}")
- SET(VMIME_PKGCONFIG_CFLAGS "${VMIME_PKGCONFIG_CFLAGS} -I${GNUTLS_INCLUDE_DIR}")
SET(VMIME_PKGCONFIG_REQUIRES "${VMIME_PKGCONFIG_REQUIRES} gnutls")
ELSEIF(VMIME_TLS_SUPPORT_LIB_IS_OPENSSL)
--
1.8.1.4

@ -3,7 +3,7 @@
PKG := vmime
$(PKG)_IGNORE :=
$(PKG)_CHECKSUM := 3ebc7def72e05efcb3cd4c8338ad6fc2c5f8d815
$(PKG)_CHECKSUM := ae465f9cd3baab5172bef2754647e0275a2ca498
$(PKG)_SUBDIR := kisli-vmime-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://github.com/kisli/vmime/tarball/$($(PKG)_VERSION)/$(PKG)_FILE

Loading…
Cancel
Save