summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2003-10-17 18:04:03 +0000
committerDima Dorfman <dd@FreeBSD.org>2003-10-17 18:04:03 +0000
commit96a90e40e53566a415a4f50ef602195a6e28bf42 (patch)
treecb54904153dcdc7a8ef5d9fea1d3c9f4acb005fc /textproc
parentAvoid trying to build lstat.o since we have lstat in libc. (diff)
Avoid building lstat.o since we have lstat in libc.
Notes
Notes: svn path=/head/; revision=91521
Diffstat (limited to 'textproc')
-rw-r--r--textproc/dict/files/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/dict/files/patch-configure b/textproc/dict/files/patch-configure
new file mode 100644
index 000000000000..4056d59ee50f
--- /dev/null
+++ b/textproc/dict/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure~ Fri Oct 17 17:54:05 2003
++++ configure Fri Oct 17 17:54:12 2003
+@@ -5023,7 +5023,7 @@
+ EOF
+
+ if test $ac_cv_func_lstat_dereferences_slashed_symlink = no; then
+- LIBOBJS="$LIBOBJS lstat.$ac_objext"
++ LIBOBJS="$LIBOBJS"
+ fi
+
+ echo "$as_me:5029: checking whether stat accepts an empty string" >&5