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

(-)boehm-gc/Makefile (+4 lines)
Lines 18-25 Link Here
18
18
19
HAS_CONFIGURE=	yes
19
HAS_CONFIGURE=	yes
20
INSTALLS_SHLIB=	yes
20
INSTALLS_SHLIB=	yes
21
CONFIGURE_ARGS=	--prefix=${PREFIX}
21
22
22
MAN3=		gc.3
23
MAN3=		gc.3
24
25
post-patch:
26
	@${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/doc/gc.man
23
27
24
post-install:
28
post-install:
25
	${INSTALL_DATA} ${WRKSRC}/include/gc.h ${PREFIX}/include
29
	${INSTALL_DATA} ${WRKSRC}/include/gc.h ${PREFIX}/include
(-)boehm-gc/files/patch-ab (-2 / +2 lines)
Lines 21-29 Link Here
21
+and
21
+and
22
+.I gc_cpp.h
22
+.I gc_cpp.h
23
+will probably be found in
23
+will probably be found in
24
+.I /usr/local/include,
24
+.I %%LOCALBASE%%/include,
25
+and the library in
25
+and the library in
26
+.I /usr/local/lib.
26
+.I %%LOCALBASE%%/lib.
27
+.LP
27
+.LP
28
+This library has been compiled as drop-in replacements
28
+This library has been compiled as drop-in replacements
29
+for malloc and free (which is to say, all malloc
29
+for malloc and free (which is to say, all malloc

Return to bug 34528