- 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)
This commit is contained in:
parent
d89e1f30c8
commit
1460fcabef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336957
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue