View | Details | Raw Unified | Return to bug 30920
Collapse All | Expand All

(-)db3/Makefile (+1 lines)
Lines 38-42 Link Here
38
38
39
post-patch:
39
post-patch:
40
	@${CHMOD} 755 ${WRKSRC}/${CONFIGURE_SCRIPT}
40
	@${CHMOD} 755 ${WRKSRC}/${CONFIGURE_SCRIPT}
41
	@${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/../dist/configure
41
42
42
.include <bsd.port.mk>
43
.include <bsd.port.mk>
(-)db3/files/patch-ab (-2 / +2 lines)
Lines 7-14 Link Here
7
-	${CONFIG_SHELL-/bin/sh} $srcdir/ltconfig \
7
-	${CONFIG_SHELL-/bin/sh} $srcdir/ltconfig \
8
-		--no-verify $srcdir/ltmain.sh \
8
-		--no-verify $srcdir/ltmain.sh \
9
-		--output=./libtool $host_os \
9
-		--output=./libtool $host_os \
10
+	${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig \
10
+	${CONFIG_SHELL-/bin/sh} %%LOCALBASE%%/share/libtool/ltconfig \
11
+		--no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $target \
11
+		--no-verify --disable-ltlibs %%LOCALBASE%%/share/libtool/ltmain.sh $target \
12
+		--output=./libtool \
12
+		--output=./libtool \
13
 		--disable-static \
13
 		--disable-static \
14
 	|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
14
 	|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }

Return to bug 30920