mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +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:
parent
674f4eceba
commit
2d7e6b0042
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53069
@ -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
|
||||
|
14
databases/gnome-db/files/patch-configure
Normal file
14
databases/gnome-db/files/patch-configure
Normal 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"'`
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
14
databases/gnomedb/files/patch-configure
Normal file
14
databases/gnomedb/files/patch-configure
Normal 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"'`
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
14
databases/gnomedb2/files/patch-configure
Normal file
14
databases/gnomedb2/files/patch-configure
Normal 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"'`
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user