diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-01-15 03:03:39 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-01-15 03:03:39 +0800 |
commit | f3f8ee639bea824a20a6e30b77d1396fbfbad652 (patch) | |
tree | 8b5339f362126134b0bb26aab81e50ca4e3119d3 | |
parent | f3ca13f225eae278d3816e1a0516f77f0613fcc0 (diff) | |
download | freebsd-ports-gnome-f3f8ee639bea824a20a6e30b77d1396fbfbad652.tar.gz freebsd-ports-gnome-f3f8ee639bea824a20a6e30b77d1396fbfbad652.tar.zst freebsd-ports-gnome-f3f8ee639bea824a20a6e30b77d1396fbfbad652.zip |
Don't explicitly link libc in. This fixes gnomedb-fe (Gnomedb Fronend) crash.
Bump PORTREVISION.
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
-rw-r--r-- | databases/gnome-db/Makefile | 2 | ||||
-rw-r--r-- | databases/gnome-db/files/patch-configure | 14 | ||||
-rw-r--r-- | databases/gnomedb/Makefile | 2 | ||||
-rw-r--r-- | databases/gnomedb/files/patch-configure | 14 | ||||
-rw-r--r-- | databases/gnomedb2/Makefile | 2 | ||||
-rw-r--r-- | databases/gnomedb2/files/patch-configure | 14 |
6 files changed, 45 insertions, 3 deletions
diff --git a/databases/gnome-db/Makefile b/databases/gnome-db/Makefile index 6366662bca4e..4d094beb9093 100644 --- a/databases/gnome-db/Makefile +++ b/databases/gnome-db/Makefile @@ -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 diff --git a/databases/gnome-db/files/patch-configure b/databases/gnome-db/files/patch-configure new file mode 100644 index 000000000000..b1db18ac530e --- /dev/null +++ b/databases/gnome-db/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"'` + + + diff --git a/databases/gnomedb/Makefile b/databases/gnomedb/Makefile index 6366662bca4e..4d094beb9093 100644 --- a/databases/gnomedb/Makefile +++ b/databases/gnomedb/Makefile @@ -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 diff --git a/databases/gnomedb/files/patch-configure b/databases/gnomedb/files/patch-configure new file mode 100644 index 000000000000..b1db18ac530e --- /dev/null +++ b/databases/gnomedb/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"'` + + + diff --git a/databases/gnomedb2/Makefile b/databases/gnomedb2/Makefile index 6366662bca4e..4d094beb9093 100644 --- a/databases/gnomedb2/Makefile +++ b/databases/gnomedb2/Makefile @@ -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 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"'` + + + |