diff options
author | adam <adam@pkgsrc.org> | 2004-05-10 09:17:58 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-05-10 09:17:58 +0000 |
commit | e8278b939a4490a3c7eafc6aef43b199feeebf09 (patch) | |
tree | 026e773e0132190105fed180d87af47ded189c84 /sysutils/gentoo/Makefile | |
parent | 948ad865f5f39597724f4aff13a1a8552da71e06 (diff) | |
download | pkgsrc-e8278b939a4490a3c7eafc6aef43b199feeebf09.tar.gz |
Changes 0.11.51:
* Removed the -Wstrict-prototypes option since it causes warnings
in GTK+ headers which are simply too annoying. Hopefully I won't
regret this... *"Jaws" theme*.
* Cleaned code in various places where warnings had earlier crept
in hidden by the flood caused by GTK+ and -Wstrict-prototypes.
* Removed printf() from hex-text-loader which I forgot in there. :/
* Regenerated Makefile, hopefully fixing problem with install.
* Added "Video, MOV" type to default config; quietened mplayer.
* Updated Italian translation, from F. Cosoleto.
Diffstat (limited to 'sysutils/gentoo/Makefile')
-rw-r--r-- | sysutils/gentoo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gentoo/Makefile b/sysutils/gentoo/Makefile index 2c6cb091ab9..a695f5f22ab 100644 --- a/sysutils/gentoo/Makefile +++ b/sysutils/gentoo/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2004/05/07 13:49:56 adam Exp $ +# $NetBSD: Makefile,v 1.16 2004/05/10 09:17:58 adam Exp $ -DISTNAME= gentoo-0.11.50 +DISTNAME= gentoo-0.11.51 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gentoo/} |