Fix build on head
This commit is contained in:
parent
231f0147b4
commit
e12106d98a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327134
1 changed files with 2 additions and 3 deletions
|
@ -20,15 +20,14 @@ OPTIONS_DEFINE= DOXYGEN MEMDEBUG
|
||||||
MEMDEBUG_DESC= Enable memory debugger statistic
|
MEMDEBUG_DESC= Enable memory debugger statistic
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
USES= pathfix pkgconfig gettext
|
USES= pathfix pkgconfig gettext gmake
|
||||||
USE_GMAKE= yes
|
|
||||||
USE_OPENSSL= yes
|
USE_OPENSSL= yes
|
||||||
USE_AUTOTOOLS= libtool
|
USE_AUTOTOOLS= libtool
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --enable-release="yes" \
|
CONFIGURE_ARGS= --enable-release="yes" \
|
||||||
--with-guis="${SLAVEPORT}"
|
--with-guis="${SLAVEPORT}"
|
||||||
CPPFLAGS+= -DGCRYPT_NO_DEPRECATED
|
CPPFLAGS+= -DGCRYPT_NO_DEPRECATED -I${LOCALBASE}/include
|
||||||
|
|
||||||
PLIST_SUB= GWEN_SHLIB_VER="${GWEN_SHLIB_VER}"
|
PLIST_SUB= GWEN_SHLIB_VER="${GWEN_SHLIB_VER}"
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
Loading…
Reference in a new issue