mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
1 Install gc_backptr.h.
2 Use libtool. Submitted by: Søren Vrist <s@vrist.dk> [1], sobomax [2]
This commit is contained in:
parent
30a9e6d5cd
commit
ae5282db87
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72517
3 changed files with 14 additions and 1 deletions
|
@ -7,12 +7,14 @@
|
|||
|
||||
PORTNAME= boehm-gc
|
||||
PORTVERSION= 6.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/
|
||||
DISTNAME= gc${PORTVERSION}
|
||||
|
||||
MAINTAINER= nobutaka@FreeBSD.org
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
USE_REINPLACE= yes
|
||||
HAS_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
@ -25,6 +27,7 @@ post-patch:
|
|||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/include/gc.h ${PREFIX}/include
|
||||
${INSTALL_DATA} ${WRKSRC}/include/gc_backptr.h ${PREFIX}/include
|
||||
${INSTALL_DATA} ${WRKSRC}/include/gc_cpp.h ${PREFIX}/include
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/gc.man ${PREFIX}/man/man3/gc.3
|
||||
|
||||
|
|
10
devel/boehm-gc/files/patch-configure
Normal file
10
devel/boehm-gc/files/patch-configure
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- configure 2002/12/17 10:14:24 1.1
|
||||
+++ configure 2002/12/17 10:14:32
|
||||
@@ -7645,6 +7645,7 @@
|
||||
|
||||
# This can be used to rebuild libtool when needed
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
||||
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
|
@ -1,6 +1,6 @@
|
|||
include/gc.h
|
||||
include/gc_backptr.h
|
||||
include/gc_cpp.h
|
||||
lib/libgc.a
|
||||
lib/libgc.la
|
||||
lib/libgc.so
|
||||
lib/libgc.so.1
|
||||
|
|
Loading…
Add table
Reference in a new issue