summaryrefslogtreecommitdiff
path: root/databases/gnomedb2/files/patch-configure
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-10-25 07:32:41 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-10-25 07:32:41 +0000
commit84ca8e0418b7db9d6c523b47d534505a4186f854 (patch)
tree8d9e67bd47a98ad8fc30b806d0727f7cb3a1cdbe /databases/gnomedb2/files/patch-configure
parentUpdate to 0.8.199. (diff)
Nuke gnomedb2 in favor of mergeant.
Notes
Notes: svn path=/head/; revision=68775
Diffstat (limited to 'databases/gnomedb2/files/patch-configure')
-rw-r--r--databases/gnomedb2/files/patch-configure29
1 files changed, 0 insertions, 29 deletions
diff --git a/databases/gnomedb2/files/patch-configure b/databases/gnomedb2/files/patch-configure
deleted file mode 100644
index cbcb925bf41b..000000000000
--- a/databases/gnomedb2/files/patch-configure
+++ /dev/null
@@ -1,29 +0,0 @@
---- configure.orig Tue May 21 12:06:21 2002
-+++ configure Mon Jun 3 00:24:38 2002
-@@ -8082,6 +8082,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-@@ -10568,8 +10569,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"'`
-
-
-
-@@ -10589,7 +10589,7 @@
-
-
-
--if test $perl_val == true; then
-+if test $perl_val = true; then
- WITH_PERL_TRUE=
- WITH_PERL_FALSE='#'
- else