Install gc_cpp.h and gc_allocator.h to the correct location.
Submitted by: des
This commit is contained in:
parent
530a158dff
commit
8da816967a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79914
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= boehm-gc
|
||||
PORTVERSION= 6.2.a4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/
|
||||
DISTNAME= gc${PORTVERSION:S/.a/alpha/}
|
||||
@ -18,7 +19,7 @@ USE_LIBTOOL= yes
|
||||
USE_REINPLACE= yes
|
||||
HAS_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} --disable-threads
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} --disable-threads --enable-cplusplus
|
||||
|
||||
MAN3= gc.3
|
||||
|
||||
|
@ -16,7 +16,9 @@ include/gc/leak_detector.h
|
||||
include/gc/new_gc_alloc.h
|
||||
include/gc/weakpointer.h
|
||||
include/gc.h
|
||||
include/gc_allocator.h
|
||||
include/gc_config_macros.h
|
||||
include/gc_cpp.h
|
||||
include/gc_local_alloc.h
|
||||
include/gc_pthread_redirects.h
|
||||
include/gc_typed.h
|
||||
@ -54,4 +56,5 @@ share/doc/gc/gcinterface.html
|
||||
share/doc/gc/leak.html
|
||||
share/doc/gc/scale.html
|
||||
share/doc/gc/tree.html
|
||||
@dirrm share/doc/gc
|
||||
@dirrm include/gc
|
||||
|
Loading…
Reference in New Issue
Block a user