diff options
author | John Marino <marino@FreeBSD.org> | 2014-03-26 01:39:57 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-03-26 01:39:57 +0000 |
commit | bfd732afd7e5ebd4fb636845884b8e51cd208b2f (patch) | |
tree | 8b291352de64db2aec3f84bd64d02e1c1eb92603 /databases/apq/Makefile | |
parent | dad71c4cc3163f9e2975fa3dae0b5ac82bc34488 (diff) |
Notes
Diffstat (limited to 'databases/apq/Makefile')
-rw-r--r-- | databases/apq/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/apq/Makefile b/databases/apq/Makefile index 6af614939a30..7657892c073a 100644 --- a/databases/apq/Makefile +++ b/databases/apq/Makefile @@ -32,6 +32,10 @@ OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e '/for Object_Dir/d' ${WRKSRC}/gnat/apq.gpr.in + ${REINPLACE_CMD} -e 's|processors=2|gprbuild_params="--autoconf=apq.cgpr"|' \ + ${WRKSRC}/configure + ${REINPLACE_CMD} -e 's|-ws|-ws --autoconf=dummy.cgpr|' \ + ${WRKSRC}/scripts/buildutil.sh do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/gnat \ |