mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 04:19:17 -04:00
patches `configure' to include -lintl in LIBS= definition. - Bump portrevision PR: ports/129785 Submitted by: Pavel Gubin <pg@2lazy.ru>
14 lines
302 B
Text
14 lines
302 B
Text
--- configure.orig 2008-12-20 16:02:44.000000000 +0600
|
|
+++ configure 2008-12-20 16:04:43.000000000 +0600
|
|
@@ -13234,6 +13234,11 @@
|
|
WITH_X11VNC_TRUE='#'
|
|
WITH_X11VNC_FALSE=
|
|
fi
|
|
+if test "x$with_avahi" = "xyes"
|
|
+then
|
|
+ echo "configure: avahi used, forcing use -lintl"
|
|
+ LIBS="-lintl $LIBS"
|
|
+fi
|
|
|
|
|
|
|