ports/net/x11vnc/files/patch-configure
Beech Rintoul 4eb7961c0d - Add devel/gettext dependancy using USE_GETTEXT=yes and
patches `configure' to include -lintl in LIBS= definition.
- Bump portrevision

PR:		ports/129785
Submitted by:	Pavel Gubin <pg@2lazy.ru>
2008-12-20 18:40:07 +00:00

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