diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2014-03-21 17:53:02 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2014-03-21 17:53:02 +0000 |
commit | c91636cecbc31a18f6a3203f58e4f081a6467a57 (patch) | |
tree | 55dcc9329021568d664af1e19b26d39ed114cead /security/cyrus-sasl2 | |
parent | 7d85960df5341dc07f284dc6b7fe80d6bc4b14fc (diff) |
Notes
Diffstat (limited to 'security/cyrus-sasl2')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 2 | ||||
-rw-r--r-- | security/cyrus-sasl2/files/patch-libsasl2.pc.in | 17 |
2 files changed, 18 insertions, 1 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index c41158960ac7..5073e1ba30d8 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -2,7 +2,7 @@ PORTNAME= cyrus-sasl PORTVERSION= 2.1.26 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-sasl/ \ http://cyrusimap.org/releases/ diff --git a/security/cyrus-sasl2/files/patch-libsasl2.pc.in b/security/cyrus-sasl2/files/patch-libsasl2.pc.in new file mode 100644 index 000000000000..e03da73a3191 --- /dev/null +++ b/security/cyrus-sasl2/files/patch-libsasl2.pc.in @@ -0,0 +1,17 @@ +Index: libsasl2.pc.in +diff -u libsasl2.pc.in.orig libsasl2.pc.in +--- libsasl2.pc.in.orig 2012-10-12 23:05:48.000000000 +0900 ++++ libsasl2.pc.in 2014-03-22 02:41:33.668062061 +0900 +@@ -1,8 +1,12 @@ ++prefix = @prefix@ ++exec_prefix = @exec_prefix@ ++includedir = @includedir@ + libdir = @libdir@ + + Name: Cyrus SASL + Description: Cyrus SASL implementation + URL: http://www.cyrussasl.org/ + Version: @VERSION@ ++Cflags: -I${includedir} + Libs: -L${libdir} -lsasl2 + Libs.private: @LIB_DOOR@ @SASL_DL_LIB@ @LIBS@ |