ports/134650: [patch] net/x11vnc fix build for option WITHOUT_NLS
dirk.meyer at dinoex.sub.org
dirk.meyer at dinoex.sub.org
Mon May 18 14:20:04 UTC 2009
>Number: 134650
>Category: ports
>Synopsis: [patch] net/x11vnc fix build for option WITHOUT_NLS
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Mon May 18 14:20:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Dirk Meyer
>Release: FreeBSD 7.2-STABLE
>Organization:
privat
>Environment:
in etc/make.conf:
WITHOUT_NLS=yes
>Description:
This ports forces libgettext for everyone.
But it build fine without.
>How-To-Repeat:
>Fix:
apply this patch
Index: net/x11vnc/Makefile
===================================================================
RCS file: /home/pcvs/ports/net/x11vnc/Makefile,v
retrieving revision 1.24
diff -u -r1.24 Makefile
--- net/x11vnc/Makefile 9 Mar 2009 00:05:05 -0000 1.24
+++ net/x11vnc/Makefile 18 May 2009 14:00:55 -0000
@@ -25,7 +25,9 @@
LDFLAGS+= -L${LOCALBASE}/lib
USE_OPENSSL= yes
USE_ICONV= yes
+.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
+.endif
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list