diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-14 19:03:39 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-14 19:03:39 +0000 |
commit | 2d7e6b00428217c7584fade9f5190091813f145d (patch) | |
tree | 429046582a11f85a98252be48da37b2345bed3e1 /databases/gnomedb2/files | |
parent | Recognize en_GB.ISO_8859-1, en_US.ISO_8859-1 and uk_UA.KOI8-U locales as well. (diff) |
Don't explicitly link libc in. This fixes gnomedb-fe (Gnomedb Fronend) crash.
Bump PORTREVISION.
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Diffstat (limited to 'databases/gnomedb2/files')
-rw-r--r-- | databases/gnomedb2/files/patch-configure | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/gnomedb2/files/patch-configure b/databases/gnomedb2/files/patch-configure new file mode 100644 index 000000000000..b1db18ac530e --- /dev/null +++ b/databases/gnomedb2/files/patch-configure @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- configure.orig Mon Jan 14 20:31:37 2002 ++++ configure Mon Jan 14 20:51:03 2002 +@@ -8877,7 +8877,7 @@ + PERL_CC=`perl -MConfig -e 'print $Config{cc},"\n";'` + PERL_LD=`perl -MConfig -e 'print $Config{ld},"\n";'` + PERL_CCOPTS=`perl -MExtUtils::Embed -e ccopts` +- PERL_LDOPTS=`perl -MExtUtils::Embed -e ldopts` ++ PERL_LDOPTS=`perl -MExtUtils::Embed -e '$_ = ldopts(1); s/-lc //g; print $_ . "\n"'` + + + |