pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/29863



The following reply was made to PR pkg/29863; it has been noted by GNATS.

From: "Jared D. McNeill" <jmcneill%invisible.ca@localhost>
To: guerrilla_thought%gmx.de@localhost
Cc: pkg-manager%netbsd.org@localhost, pkgsrc-bugs%netbsd.org@localhost,
        gnats-admin%netbsd.org@localhost
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
 



Home | Main Index | Thread Index | Old Index