summaryrefslogtreecommitdiff
path: root/databases/gnomedb
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-01-14 19:03:39 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-01-14 19:03:39 +0000
commit2d7e6b00428217c7584fade9f5190091813f145d (patch)
tree429046582a11f85a98252be48da37b2345bed3e1 /databases/gnomedb
parentRecognize 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>
Notes
Notes: svn path=/head/; revision=53069
Diffstat (limited to 'databases/gnomedb')
-rw-r--r--databases/gnomedb/Makefile2
-rw-r--r--databases/gnomedb/files/patch-configure14
2 files changed, 15 insertions, 1 deletions
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"'`
+
+
+