summaryrefslogtreecommitdiff
path: root/editors/gedit2/files/patch-ltmain.sh
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-15 04:52:45 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-15 04:52:45 +0000
commitcd44c2581e27af3264c80e983d5f4f2d5c3dc1fe (patch)
tree20f5153873c90af594ce2695b02846d20420b7ca /editors/gedit2/files/patch-ltmain.sh
parentAdd back mico, which was revived from the dead (diff)
Add gedit2 after a repo copy from gedit. gedit2 is a lightweight editor
for the GNOME 2.0 desktop environment.
Notes
Notes: svn path=/head/; revision=59144
Diffstat (limited to 'editors/gedit2/files/patch-ltmain.sh')
-rw-r--r--editors/gedit2/files/patch-ltmain.sh28
1 files changed, 0 insertions, 28 deletions
diff --git a/editors/gedit2/files/patch-ltmain.sh b/editors/gedit2/files/patch-ltmain.sh
deleted file mode 100644
index 98cb05e4ddb3..000000000000
--- a/editors/gedit2/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"