Make libsasl2.pc usable.

Spotted by:	davide
This commit is contained in:
Hajimu UMEMOTO 2014-03-21 17:53:02 +00:00
parent 7d85960df5
commit c91636cecb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348741
2 changed files with 18 additions and 1 deletions

View file

@ -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/

View file

@ -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@