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

(-)Makefile (-1 / +2 lines)
Lines 23-29 Link Here
23
#
23
#
24
# * patch.4.7.25.2: -----------------------------------------------------------
24
# * patch.4.7.25.2: -----------------------------------------------------------
25
# # [#16415] DB_ENV->lock_get may self deadlock if user defined locks
25
# # [#16415] DB_ENV->lock_get may self deadlock if user defined locks
26
#	     are used and there is only one lock partition defined. 
26
#	     are used and there is only one lock partition defined.
27
27
28
# I allow matthias.andree@gmx.de and all freebsd committer to do changes
28
# I allow matthias.andree@gmx.de and all freebsd committer to do changes
29
# to this package.
29
# to this package.
Lines 39-44 Link Here
39
		--bindir=${PREFIX}/bin/${PORTNAME}
39
		--bindir=${PREFIX}/bin/${PORTNAME}
40
CONFIGURE_SCRIPT=	../dist/configure
40
CONFIGURE_SCRIPT=	../dist/configure
41
GNU_CONFIGURE=	yes
41
GNU_CONFIGURE=	yes
42
MAKE_JOBS_SAFE=	yes
42
INSTALL_TARGET=	install_include install_lib install_utilities
43
INSTALL_TARGET=	install_include install_lib install_utilities
43
LIBTOOLFILES=	${CONFIGURE_SCRIPT}
44
LIBTOOLFILES=	${CONFIGURE_SCRIPT}
44
WRKSRC=		${WRKDIR}/${DISTNAME}/build_unix
45
WRKSRC=		${WRKDIR}/${DISTNAME}/build_unix

Return to bug 132970