diff options
author | swills <swills@FreeBSD.org> | 2013-12-20 04:11:14 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-12-20 04:11:14 +0800 |
commit | 059e9093eb35e8e1cbb0ed1ed1e88f997520588b (patch) | |
tree | f00a469a58b4328c74f63e9c08fc961783eecb24 /net-im/pidgin-sipe | |
parent | f3e023329541ca8d38b0383962c6b083ee7b8310 (diff) | |
download | freebsd-ports-gnome-059e9093eb35e8e1cbb0ed1ed1e88f997520588b.tar.gz freebsd-ports-gnome-059e9093eb35e8e1cbb0ed1ed1e88f997520588b.tar.zst freebsd-ports-gnome-059e9093eb35e8e1cbb0ed1ed1e88f997520588b.zip |
- Fix build on 10.0 and 11-CURRENT
PR: ports/181196
Submitted by: myself
Approved by: maintainer timeout (john.c.prather@gmail.com, >4 months)
Diffstat (limited to 'net-im/pidgin-sipe')
-rw-r--r-- | net-im/pidgin-sipe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/pidgin-sipe/Makefile b/net-im/pidgin-sipe/Makefile index f85bbe995a83..d733bcca3586 100644 --- a/net-im/pidgin-sipe/Makefile +++ b/net-im/pidgin-sipe/Makefile @@ -21,8 +21,8 @@ USE_GNOME= gtk20 USE_LDCONFIG= ${PREFIX}/lib/pidgin PORTDOCS= AUTHORS ChangeLog COPYING HACKING INSTALL NEWS README TODO VERSION -CFLAGS+= "-I/${LOCALBASE}/include" -LIBS+= "-L/${LOCALBASE}/lib" +CFLAGS+= -I/${LOCALBASE}/include +LIBS+= -L/${LOCALBASE}/lib -lgssapi_krb5 OPTIONS_DEFINE= OCS2005 KRB5 DOCS NLS OSC2005_DESC= Message timeout for OCS2005 |