1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Don't explicitly link libc in. This fixes gnomedb-fe (Gnomedb Fronend) crash.

Bump PORTREVISION.

Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
This commit is contained in:
Maxim Sobolev 2002-01-14 19:03:39 +00:00
parent 674f4eceba
commit 2d7e6b0042
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53069
6 changed files with 45 additions and 3 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= gnomedb
PORTVERSION= 0.2.93
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= databases gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-db

View File

@ -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"'`

View File

@ -7,7 +7,7 @@
PORTNAME= gnomedb
PORTVERSION= 0.2.93
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= databases gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-db

View File

@ -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"'`

View File

@ -7,7 +7,7 @@
PORTNAME= gnomedb
PORTVERSION= 0.2.93
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= databases gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-db

View File

@ -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"'`