aboutsummaryrefslogtreecommitdiffstats
path: root/net/dictd
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2003-10-18 02:01:11 +0800
committerdd <dd@FreeBSD.org>2003-10-18 02:01:11 +0800
commit598c930c7e4c6921c27c03f4d5694afa7d622ddd (patch)
treebf51788b31ed75c3072c3e1025887c2345646015 /net/dictd
parentfd22ed6111a819f3398e0786e629f6b6a491d205 (diff)
downloadfreebsd-ports-gnome-598c930c7e4c6921c27c03f4d5694afa7d622ddd.tar.gz
freebsd-ports-gnome-598c930c7e4c6921c27c03f4d5694afa7d622ddd.tar.zst
freebsd-ports-gnome-598c930c7e4c6921c27c03f4d5694afa7d622ddd.zip
Avoid trying to build lstat.o since we have lstat in libc.
Diffstat (limited to 'net/dictd')
-rw-r--r--net/dictd/files/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/dictd/files/patch-configure b/net/dictd/files/patch-configure
new file mode 100644
index 000000000000..4056d59ee50f
--- /dev/null
+++ b/net/dictd/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