aboutsummaryrefslogtreecommitdiffstats
path: root/databases/db41
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2001-01-04 03:55:30 +0800
committersf <sf@FreeBSD.org>2001-01-04 03:55:30 +0800
commit00956bdd439bc88d8cfcadac2a21870c74333761 (patch)
treeb2b654157b947ddca854065127e2930157b90a95 /databases/db41
parentc4c1376fff7d94829026daffaedfc76831178124 (diff)
downloadfreebsd-ports-gnome-00956bdd439bc88d8cfcadac2a21870c74333761.tar.gz
freebsd-ports-gnome-00956bdd439bc88d8cfcadac2a21870c74333761.tar.zst
freebsd-ports-gnome-00956bdd439bc88d8cfcadac2a21870c74333761.zip
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/db41')
-rw-r--r--databases/db41/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/db41/Makefile b/databases/db41/Makefile
index 39e37a52842f..2ff31bb96a22 100644
--- a/databases/db41/Makefile
+++ b/databases/db41/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>