diff options
author | hira <hira@pkgsrc.org> | 2008-02-05 22:11:16 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2008-02-05 22:11:16 +0000 |
commit | 22b9649f16ed715d1a9f65358745ad0d8ee5f813 (patch) | |
tree | a871fc460811ab8245192966eb2ad752adac4a56 /misc | |
parent | 15fd3031a8a31017774716e992ac24d3e4ceeb51 (diff) | |
download | pkgsrc-22b9649f16ed715d1a9f65358745ad0d8ee5f813.tar.gz |
- Update comment for ldconfig.
- Add pre-configure target.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openoffice2/Makefile.FreeBSD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/misc/openoffice2/Makefile.FreeBSD b/misc/openoffice2/Makefile.FreeBSD index 921b644b5ab..614c9cf4958 100644 --- a/misc/openoffice2/Makefile.FreeBSD +++ b/misc/openoffice2/Makefile.FreeBSD @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.FreeBSD,v 1.1 2008/02/05 19:17:24 hira Exp $ +# $NetBSD: Makefile.FreeBSD,v 1.2 2008/02/05 22:11:16 hira Exp $ BUILD_DEPENDS+= coreutils>=*:../../sysutils/coreutils BUILD_DEPENDS+= patch>=*:../../devel/patch @@ -8,7 +8,10 @@ CONFIGURE_ARGS+= --with-gnu-patch=${PREFIX}/bin/gpatch # libgcc_s.so is required, but FreeBSD does not have it. USE_PKGSRC_GCC= yes -# Is this required every time? +# Even if a conftest compiled with -Wl,-R${BUILDLINK_PREFIX.gcc34}/lib, +# /libexec/ld-elf.so.1 cannot find libgcc_s.so.1. +pre-configure: + ldconfig -m ${BUILDLINK_PREFIX.gcc34}/lib pre-build: ldconfig -m ${BUILDLINK_PREFIX.gcc34}/lib |