mirror of https://git.FreeBSD.org/ports.git
13 lines
361 B
Plaintext
13 lines
361 B
Plaintext
--- 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@
|