diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2003-01-05 00:48:55 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2003-01-05 00:48:55 +0800 |
commit | 425b620bb4f6276e6aa8c4c1981c0b3dd91f59f5 (patch) | |
tree | aa0f8f90f2e54847285c54344325d0631c294a3a /devel/boehm-gc/files | |
parent | 5c2ff1dd783356497ce502645965d635407fa743 (diff) | |
download | freebsd-ports-graphics-425b620bb4f6276e6aa8c4c1981c0b3dd91f59f5.tar.gz freebsd-ports-graphics-425b620bb4f6276e6aa8c4c1981c0b3dd91f59f5.tar.zst freebsd-ports-graphics-425b620bb4f6276e6aa8c4c1981c0b3dd91f59f5.zip |
1 Install gc_backptr.h.
2 Use libtool.
Submitted by: Søren Vrist <s@vrist.dk> [1], sobomax [2]
Diffstat (limited to 'devel/boehm-gc/files')
-rw-r--r-- | devel/boehm-gc/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/boehm-gc/files/patch-configure b/devel/boehm-gc/files/patch-configure new file mode 100644 index 00000000000..cc009b86d45 --- /dev/null +++ b/devel/boehm-gc/files/patch-configure @@ -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' |