mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
This is a FUSE file system driver that allows mounting a WebDAV server as a local file system, like a disk drive. PR: 267518 (heavily modified) Submitted by: Ali Abdallah (current main developer)
12 lines
361 B
Text
12 lines
361 B
Text
--- src/Makefile.in.orig 2024-11-20 15:05:51 UTC
|
|
+++ src/Makefile.in
|
|
@@ -268,6 +268,9 @@ VERSION = @VERSION@
|
|
XGETTEXT = @XGETTEXT@
|
|
XGETTEXT_015 = @XGETTEXT_015@
|
|
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
|
|
+ifeq ($(USE_NLS),yes)
|
|
+LIBS += $(LIBINTL)
|
|
+endif
|
|
abs_builddir = @abs_builddir@
|
|
abs_srcdir = @abs_srcdir@
|
|
abs_top_builddir = @abs_top_builddir@
|