diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-25 15:18:27 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-25 15:18:27 +0000 |
commit | a6d2f30533e141f8a5dc3d20b01d58339654c5cf (patch) | |
tree | c350c4abc20ce22bda0b7dba0636816742669bc8 /security/libsecret | |
parent | ac56971df4fe7c1fad64354371b6054246299b18 (diff) |
Notes
Diffstat (limited to 'security/libsecret')
-rw-r--r-- | security/libsecret/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/libsecret/Makefile b/security/libsecret/Makefile index a568f1d84060..1a9afec44407 100644 --- a/security/libsecret/Makefile +++ b/security/libsecret/Makefile @@ -19,6 +19,8 @@ USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-introspection --disable-vala +CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsecret-1.so.0 |