summaryrefslogtreecommitdiff
path: root/www/mplayer-plugin/files/patch-configure
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-17 07:47:14 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-17 07:47:14 +0000
commitc2a3ee282a8a41f0fe222476799a14468483a6d7 (patch)
tree12b6955e989e617d974e22c36a6b8ac18d951954 /www/mplayer-plugin/files/patch-configure
parent. Check the return value of stat(2) when trying to read the javaws (diff)
Update to 1.1.
Notes
Notes: svn path=/head/; revision=98376
Diffstat (limited to 'www/mplayer-plugin/files/patch-configure')
-rw-r--r--www/mplayer-plugin/files/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/mplayer-plugin/files/patch-configure b/www/mplayer-plugin/files/patch-configure
new file mode 100644
index 000000000000..2b7f0fa2f014
--- /dev/null
+++ b/www/mplayer-plugin/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Sat Jan 17 02:41:52 2004
++++ configure Sat Jan 17 02:44:10 2004
+@@ -4909,7 +4909,7 @@
+
+
+ if test $ac_cv_func_lstat_dereferences_slashed_symlink = no; then
+- LIBOBJS="$LIBOBJS lstat.$ac_objext"
++ LIBOBJS="$LIBOBJS"
+ fi
+
+ echo "$as_me:$LINENO: checking whether stat accepts an empty string" >&5