Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Feb 2009 13:59:57 +0800
From:      Rong-En Fan <rafan@FreeBSD.ORG>
To:        FreeBSD-gnats-submit@FreeBSD.ORG, freebsd-ports-bugs@FreeBSD.ORG
Subject:   Re: ports/131238: [PATCH] x11/luit: luit can't find locale.alias, fix it
Message-ID:  <20090201055957.GD15740@svm.csie.ntu.edu.tw>
In-Reply-To: <200902010520.n115K2NA043948@freefall.freebsd.org>
References:  <200902010513.n115DFwU019603@svm.csie.ntu.edu.tw> <200902010520.n115K2NA043948@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
updated patch, using --datadir that matches x11/libX11 seems better.

Index: Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /home/pcvs/ports/x11/luit/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	23 Jan 2009 16:28:15 -0000	1.3
+++ Makefile	1 Feb 2009 05:25:45 -0000
@@ -7,6 +7,7 @@
=20
 PORTNAME=3D	luit
 PORTVERSION=3D	1.0.3
+PORTREVISION=3D	1
 CATEGORIES=3D	x11
=20
 MAINTAINER=3D	x11@FreeBSD.org
@@ -15,6 +16,8 @@
 XORG_CAT=3D	app
 USE_XORG=3D	x11 fontenc
=20
+CONFIGURE_ARGS=3D	--datadir=3D${LOCALBASE}/lib
+
 PLIST_FILES=3D	bin/luit
=20
 MAN1=3D		luit.1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090201055957.GD15740>