mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Convert to USES=localbase, fixing build (it mixes up bundled and system sqlite headers)
- While here, verbosify build Approved by: portmgr blanket
This commit is contained in:
parent
c4394b98d4
commit
4e42259eb6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421341
1 changed files with 3 additions and 4 deletions
|
@ -22,7 +22,7 @@ LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
|
|||
libsoup-2.4.so:devel/libsoup \
|
||||
libjson-glib-1.0.so:devel/json-glib
|
||||
|
||||
USES+= gettext gmake libtool pathfix pkgconfig
|
||||
USES+= gettext gmake libtool localbase pathfix pkgconfig
|
||||
USE_GNOME= glib20 libxslt intlhack referencehack
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -31,9 +31,8 @@ INSTALL_TARGET= install-strip
|
|||
CONFIGURE_ARGS= --without-oracle \
|
||||
--disable-crypto \
|
||||
--disable-default-binary \
|
||||
--enable-introspection
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
--enable-introspection \
|
||||
--disable-silent-rules
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue