diff options
author | dd <dd@FreeBSD.org> | 2003-10-18 02:01:11 +0800 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2003-10-18 02:01:11 +0800 |
commit | 598c930c7e4c6921c27c03f4d5694afa7d622ddd (patch) | |
tree | bf51788b31ed75c3072c3e1025887c2345646015 /net/dictd | |
parent | fd22ed6111a819f3398e0786e629f6b6a491d205 (diff) | |
download | freebsd-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-configure | 11 |
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 |