diff options
author | sakamoto <sakamoto@pkgsrc.org> | 2000-01-11 10:13:31 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 2000-01-11 10:13:31 +0000 |
commit | 6aca41bf33038ca1bc7b56ab2714411a1abc0ba8 (patch) | |
tree | d2065563085c681a88c9cdcbad805f855b39570c | |
parent | 07b897362b61ff74e8a46eb27e75360dd4a08b3b (diff) | |
download | pkgsrc-6aca41bf33038ca1bc7b56ab2714411a1abc0ba8.tar.gz |
BROKEN="linux-locale is not work correctly with glibc-2.1.2(suse_linux-6.3)"
-rw-r--r-- | emulators/linux-locale/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/linux-locale/Makefile b/emulators/linux-locale/Makefile index 1929052ffc0..5fcaf5fa925 100644 --- a/emulators/linux-locale/Makefile +++ b/emulators/linux-locale/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/01/07 05:23:30 sakamoto Exp $ +# $NetBSD: Makefile,v 1.2 2000/01/11 10:13:31 sakamoto Exp $ # DISTNAME= libwcsmbs-0.0.4-4jrpm @@ -12,6 +12,8 @@ EXTRACT_SUFX= .i386.rpm DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ wcsmbs-locale-0.4.11-1jrpm${EXTRACT_SUFX} +BROKEN= "linux-locale is not work correctly with glibc-2.1.2(suse_linux-6.3)" + MAINTAINER= sakamoto@netbsd.org ONLY_FOR_PLATFORM= *-*-i386 |