diff options
Diffstat (limited to 'databases/gnome-db/files')
-rw-r--r-- | databases/gnome-db/files/patch-configure | 16 | ||||
-rw-r--r-- | databases/gnome-db/files/patch-doc::C::reference::Makefile.in | 14 | ||||
-rw-r--r-- | databases/gnome-db/files/patch-ltmain.sh | 36 |
3 files changed, 26 insertions, 40 deletions
diff --git a/databases/gnome-db/files/patch-configure b/databases/gnome-db/files/patch-configure index 9547ff98afc8..8925b93fafb4 100644 --- a/databases/gnome-db/files/patch-configure +++ b/databases/gnome-db/files/patch-configure @@ -1,9 +1,17 @@ $FreeBSD$ ---- configure.orig Mon Mar 4 10:42:41 2002 -+++ configure Mon Mar 4 10:47:57 2002 -@@ -8876,7 +8876,7 @@ +--- configure.orig Mon Apr 15 15:30:28 2002 ++++ configure Wed May 1 11:51:50 2002 +@@ -5905,6 +5905,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' +@@ -8876,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` @@ -12,7 +20,7 @@ $FreeBSD$ -@@ -8906,7 +8906,7 @@ +@@ -8906,7 +8907,7 @@ GNOMEDB_CFLAGS="`gda-config --cflags client` `gnome-config --cflags xml oaf bonobox print gdk_pixbuf`" GNOMEDB_LIBS="`gda-config --libs client` `gnome-config --libs xml oaf bonobox print gdk_pixbuf`" diff --git a/databases/gnome-db/files/patch-doc::C::reference::Makefile.in b/databases/gnome-db/files/patch-doc::C::reference::Makefile.in new file mode 100644 index 000000000000..b9c8dda0e901 --- /dev/null +++ b/databases/gnome-db/files/patch-doc::C::reference::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- doc/C/reference/Makefile.in 2002/05/01 08:49:53 1.1 ++++ doc/C/reference/Makefile.in 2002/05/01 08:50:40 +@@ -174,7 +174,7 @@ + + + DOC_MAIN_SGML_FILE = libgnomedb-reference.sgml +-DOC_DIR = $(datadir)/html ++DOC_DIR = $(prefix)/share/doc/gnomedb + TARGET_DIR = $(DOC_DIR)/libgnomedb-reference + + DOC_DIR_INSTALL_FILES = libgnomedb.args libgnomedb.hierarchy libgnomedb.signals libgnomedb.types libgnomedb-decl.txt libgnomedb-sections.txt diff --git a/databases/gnome-db/files/patch-ltmain.sh b/databases/gnome-db/files/patch-ltmain.sh deleted file mode 100644 index 91c341790451..000000000000 --- a/databases/gnome-db/files/patch-ltmain.sh +++ /dev/null @@ -1,36 +0,0 @@ - -$FreeBSD$ - ---- ltmain.sh.orig Sun Jan 20 16:11:07 2002 -+++ ltmain.sh Tue Jan 22 13:34:20 2002 -@@ -1060,6 +1060,7 @@ - - -module) - module=yes -+ build_old_libs=no - continue - ;; - -@@ -2442,6 +2443,9 @@ - *-*-openbsd*) - # Do not include libc due to us having libc/libc_r. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test $build_libtool_need_lc = "yes"; then -@@ -4208,10 +4212,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |