diff options
author | asau <asau@pkgsrc.org> | 2011-08-01 11:59:47 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2011-08-01 11:59:47 +0000 |
commit | 6ca42d43fe092bf0109db4a68c6c0d0446425aa6 (patch) | |
tree | 3ee58e9b312a31afde9475f8e41b12dcfa5d58ed | |
parent | 6f16f288769b09d8d3ab832951cdc780dd4616dd (diff) | |
download | pkgsrc-6ca42d43fe092bf0109db4a68c6c0d0446425aa6.tar.gz |
Remove obsolete hack about now non-existing perl5-base package.
-rw-r--r-- | doc/HACKS | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/doc/HACKS b/doc/HACKS index 87bad1d9cb7..72bb2d8a508 100644 --- a/doc/HACKS +++ b/doc/HACKS @@ -1,4 +1,4 @@ -# $NetBSD: HACKS,v 1.32 2009/10/11 16:14:39 asau Exp $ +# $NetBSD: HACKS,v 1.33 2011/08/01 11:59:47 asau Exp $ # # This file is intended to document workarounds for currently unsolved # (mostly) compiler bugs. @@ -159,23 +159,6 @@ descr toolchain. kcah -hack perl5-base -mdate 12 Apr 2001 -who manu -port all -Checking in perl5-base/patches/patch-ag: 1.2 : 1 : 999 -descr - The Xerces-Perl module is implemented as a shared object. It needs - some symbols from libgcc.a, such as __eh_alloc. It's not possible - to link the xerces-P shared object with libgcc.a, because libgcc.a - is not compiled with -fPIC. Hence we need to have the missing - symbols in the Perl executable. - This hack includes the whole libgcc.a in the Perl executable, and - links with c++ so that some mandatory symbols such as __pure_virtual - are also included. It should go away with GCC-3.0, or if we make a - libgcc.so on day. -kcah - hack gcc-2.95.3 -O* bug mdate 12 Feb 2002 who mrauch |