Subject: Re: pkg/29863
To: None <jmcneill@netbsd.org, gnats-admin@netbsd.org,>
From: Jared D. McNeill <jmcneill@invisible.ca>
List: pkgsrc-bugs
Date: 04/03/2005 20:27:02
The following reply was made to PR pkg/29863; it has been noted by GNATS.
From: "Jared D. McNeill" <jmcneill@invisible.ca>
To: guerrilla_thought@gmx.de
Cc: pkg-manager@netbsd.org, pkgsrc-bugs@netbsd.org,
gnats-admin@netbsd.org
Subject: Re: pkg/29863
Date: Sat, 02 Apr 2005 07:56:25 -0400
This is a known issue with the compiler that shipped with NetBSD 2.0.
Can you try the following patch to the Makefile?
--- Makefile 30 Mar 2005 11:57:57 -0000 1.21
+++ Makefile 2 Apr 2005 11:55:38 -0000
@@ -23,9 +23,9 @@
# Workaround for pkg/29825 -- older compilers apparently
# have problems building this package.
-.if (${MACHINE_PLATFORM:MNetBSD-2.0*-*} != "")
+#.if (${MACHINE_PLATFORM:MNetBSD-2.0*-*} != "")
BUILDLINK_TRANSFORM+= rename:-O2:-O1
-.endif
+#.endif
CONFIGURE_ARGS+= --enable-nls
CONFIGURE_ARGS+= --enable-xinerama