diff options
author | bjs <bjs@pkgsrc.org> | 2008-02-06 08:03:10 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-02-06 08:03:10 +0000 |
commit | 09f114e51900b8f19d5bdca9b924b6550a40176f (patch) | |
tree | 2568e09fa110782a80ad757ed50fdef409b72afa /x11/luit/Makefile | |
parent | 3bdc27a73474ead5d0ae07b287fc03094c24a483 (diff) | |
download | pkgsrc-09f114e51900b8f19d5bdca9b924b6550a40176f.tar.gz |
Update to luit-1.0.3. Notable changes:
* Define _XOPEN_SOURCE to 500 on linux
* strdup() is only exposed by glibc headers if _XOPEN_SOURCE is defined
to a value >= 500.
* Replace malloc/strcpy pairs with strdup
* Man page typo fixes
* Fix sparse warnings: non-ANSI function declaration (missing void)
* Fix many sparse warnings of Using plain integer as NULL pointer
* Change luit_CFLAGS to AM_CFLAGS to make automake-1.10 happier
* Fix typo in luit.man
* Match luit locale.alias location to libX11 default
Luit expects to find the locale.alias file in ${libdir}/X11/locale.
However, libX11 installs the locale files in ${datadir}/X11/locale,
by default.
Diffstat (limited to 'x11/luit/Makefile')
-rw-r--r-- | x11/luit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/luit/Makefile b/x11/luit/Makefile index fdbcba16be5..9d38768523a 100644 --- a/x11/luit/Makefile +++ b/x11/luit/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2007/06/19 09:39:11 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/02/06 08:03:10 bjs Exp $ # -DISTNAME= luit-1.0.2 +DISTNAME= luit-1.0.3 CATEGORIES= x11 MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ EXTRACT_SUFX= .tar.bz2 |