aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libyaml
diff options
context:
space:
mode:
authorjpaetzel <jpaetzel@FreeBSD.org>2009-03-03 03:36:27 +0800
committerjpaetzel <jpaetzel@FreeBSD.org>2009-03-03 03:36:27 +0800
commit773f622c0feb00e2bddd2affe7cc3fd5b4476de5 (patch)
tree2040f4d14fc989775c09368625ce0a8cad5fe087 /textproc/libyaml
parent5f081089f2c64e6aace5241de92d54b98a53937c (diff)
downloadfreebsd-ports-graphics-773f622c0feb00e2bddd2affe7cc3fd5b4476de5.tar.gz
freebsd-ports-graphics-773f622c0feb00e2bddd2affe7cc3fd5b4476de5.tar.zst
freebsd-ports-graphics-773f622c0feb00e2bddd2affe7cc3fd5b4476de5.zip
Remove uneeded patch file.
Approved by: linimon (mentor)
Diffstat (limited to 'textproc/libyaml')
-rw-r--r--textproc/libyaml/files/patch-config-ltmain.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/textproc/libyaml/files/patch-config-ltmain.sh b/textproc/libyaml/files/patch-config-ltmain.sh
deleted file mode 100644
index bee20d59e7a..00000000000
--- a/textproc/libyaml/files/patch-config-ltmain.sh
+++ /dev/null
@@ -1,15 +0,0 @@
---- config/ltmain.sh.orig Thu Aug 31 09:21:40 2006
-+++ config/ltmain.sh Thu Aug 31 09:21:52 2006
-@@ -6003,10 +6003,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"