aboutsummaryrefslogtreecommitdiff
path: root/databases/libgda5
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-09-04 15:01:28 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-09-04 15:01:28 +0000
commit4e42259eb6d15c643a8845ce3181e76e6c5d68b4 (patch)
tree53d510253f48542b0d9381ea641aacc7bd39868a /databases/libgda5
parentc4394b98d47f1acbcbb5f63aa48d1504970ce68d (diff)
downloadports-4e42259eb6d15c643a8845ce3181e76e6c5d68b4.tar.gz
ports-4e42259eb6d15c643a8845ce3181e76e6c5d68b4.zip
- Convert to USES=localbase, fixing build (it mixes up bundled and system sqlite headers)
- While here, verbosify build Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=421341
Diffstat (limited to 'databases/libgda5')
-rw-r--r--databases/libgda5/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/libgda5/Makefile b/databases/libgda5/Makefile
index 826e16e37a27..c8915beac4cc 100644
--- a/databases/libgda5/Makefile
+++ b/databases/libgda5/Makefile
@@ -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>