ports/filesystems/davfs2/files/patch-src_Makefile.in
Alexey Dokuchaev ebd64e65a4 filesystems/davfs2: new port had been added (+)
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)
2024-12-12 10:23:58 +00:00

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@