summaryrefslogtreecommitdiffstats
path: root/databases/db3
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2001-01-03 19:55:30 +0000
committersf <sf@FreeBSD.org>2001-01-03 19:55:30 +0000
commit00956bdd439bc88d8cfcadac2a21870c74333761 (patch)
treeb2b654157b947ddca854065127e2930157b90a95 /databases/db3
parentc4c1376fff7d94829026daffaedfc76831178124 (diff)
downloadFreeBSD-ports-00956bdd439bc88d8cfcadac2a21870c74333761.zip
FreeBSD-ports-00956bdd439bc88d8cfcadac2a21870c74333761.tar.gz
make ${WRKSRC}/${CONFIGURE_SCRIPT} writable befor configure to allow
building without root privilege. PR: 21951 Submitted by: Kawata Masahiko <m-kawata@cd.jp.nec.com>
Diffstat (limited to 'databases/db3')
-rw-r--r--databases/db3/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/db3/Makefile b/databases/db3/Makefile
index 39e37a5..2ff31bb 100644
--- a/databases/db3/Makefile
+++ b/databases/db3/Makefile
@@ -30,4 +30,7 @@ CONFIGURE_ARGS= --enable-compat185 \
pre-patch:
@${PERL} -pi -e 's|-lpthread|-pthread|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
+post-patch:
+ @${CHMOD} 755 ${WRKSRC}/${CONFIGURE_SCRIPT}
+
.include <bsd.port.mk>
OpenPOWER on IntegriCloud