diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-04 15:01:28 +0000 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-04 15:01:28 +0000 |
commit | 7a1b162d808589394b169b29eba16e31409e6d8c (patch) | |
tree | 53d510253f48542b0d9381ea641aacc7bd39868a | |
parent | 7c7fa269f0ac8be844d56d9945cc10a617569e75 (diff) | |
download | FreeBSD-ports-7a1b162d808589394b169b29eba16e31409e6d8c.zip FreeBSD-ports-7a1b162d808589394b169b29eba16e31409e6d8c.tar.gz |
- Convert to USES=localbase, fixing build (it mixes up bundled and system sqlite headers)
- While here, verbosify build
Approved by: portmgr blanket
-rw-r--r-- | databases/libgda5/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/libgda5/Makefile b/databases/libgda5/Makefile index 826e16e..c8915be 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> |