aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/nautilus2/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-04-26 05:58:40 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-04-26 05:58:40 +0000
commitcc0ad4416e3d74e34bc958806d7a7e41eae3bb9e (patch)
tree1f4f5dda84c9b640782d3887d940a2c46ed6435d /x11-fm/nautilus2/files
parent4ea764da272296b10f63add145aaed46b76d18bb (diff)
downloadports-cc0ad4416e3d74e34bc958806d7a7e41eae3bb9e.tar.gz
ports-cc0ad4416e3d74e34bc958806d7a7e41eae3bb9e.zip
Notes
Diffstat (limited to 'x11-fm/nautilus2/files')
-rw-r--r--x11-fm/nautilus2/files/patch-aa22
-rw-r--r--x11-fm/nautilus2/files/patch-ltmain.sh28
2 files changed, 15 insertions, 35 deletions
diff --git a/x11-fm/nautilus2/files/patch-aa b/x11-fm/nautilus2/files/patch-aa
index d50ac2068a3a..4b4c5bec6e52 100644
--- a/x11-fm/nautilus2/files/patch-aa
+++ b/x11-fm/nautilus2/files/patch-aa
@@ -1,9 +1,17 @@
$FreeBSD$
---- configure.orig Thu Feb 21 14:19:32 2002
-+++ configure Wed Feb 27 00:22:58 2002
-@@ -7005,7 +7005,7 @@
+--- configure.orig Thu Apr 25 22:34:32 2002
++++ configure Thu Apr 25 22:35:04 2002
+@@ -5335,6 +5335,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'
+@@ -7005,7 +7006,7 @@
CC="$_save_cc"
@@ -12,7 +20,7 @@ $FreeBSD$
_mozilla_gtk_super_win_libs=
echo $ac_n "checking for gdk_superwin_get_type in -lgtksuperwin""... $ac_c" 1>&6
echo "configure:7012: checking for gdk_superwin_get_type in -lgtksuperwin" >&5
-@@ -7048,7 +7048,7 @@
+@@ -7048,7 +7049,7 @@
fi
@@ -21,7 +29,7 @@ $FreeBSD$
_mozilla_gtk_moz_embed_libs=
echo $ac_n "checking for gtk_moz_embed_get_type in -lgtkembedmoz""... $ac_c" 1>&6
echo "configure:7055: checking for gtk_moz_embed_get_type in -lgtkembedmoz" >&5
-@@ -7057,7 +7057,7 @@
+@@ -7057,7 +7058,7 @@
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
@@ -30,7 +38,7 @@ $FreeBSD$
cat > conftest.$ac_ext <<EOF
#line 7063 "configure"
#include "confdefs.h"
-@@ -9141,7 +9141,7 @@
+@@ -9141,7 +9142,7 @@
fi
if test x$SCROLLKEEPER_CONFIG = xno; then
@@ -39,7 +47,7 @@ $FreeBSD$
fi
-@@ -12061,6 +12061,7 @@
+@@ -12061,6 +12062,7 @@
s%@MOZILLA_COMPONENT_RPATH_FLAGS@%$MOZILLA_COMPONENT_RPATH_FLAGS%g
s%@MOZILLA_COMPONENT_LDFLAGS@%$MOZILLA_COMPONENT_LDFLAGS%g
s%@MOZILLA_COMPONENT_LIBS@%$MOZILLA_COMPONENT_LIBS%g
diff --git a/x11-fm/nautilus2/files/patch-ltmain.sh b/x11-fm/nautilus2/files/patch-ltmain.sh
deleted file mode 100644
index 98cb05e4ddb3..000000000000
--- a/x11-fm/nautilus2/files/patch-ltmain.sh
+++ /dev/null
@@ -1,28 +0,0 @@
-
-$FreeBSD$
-
---- ltmain.sh 2001/08/27 09:51:26 1.1
-+++ ltmain.sh 2001/08/27 09:51:42
-@@ -2408,6 +2408,9 @@
- *-*-netbsd*)
- # Don't link with libc until the a.out ld.so is fixed.
- ;;
-+ *-*-freebsd*)
-+ # FreeBSD doesn't need this...
-+ ;;
- *)
- # Add libc to deplibs on all other systems if necessary.
- if test "$build_libtool_need_lc" = "yes"; then
-@@ -4175,10 +4178,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"