Subject: Re: pkg/29391
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Ben Collver <collver@peak.org>
List: pkgsrc-bugs
Date: 04/07/2005 23:20:01
The following reply was made to PR pkg/29391; it has been noted by GNATS.

From: Ben Collver <collver@peak.org>
To: gnats-bugs@netbsd.org
Cc: wiz@NetBSD.org, jphofer@stephenson.net.dhis.org
Subject: Re: pkg/29391
Date: Thu, 7 Apr 2005 16:21:05 -0700

 Hello,
 
 I am having this same problem on NetBSD/hpcmips 2.0.  It looks like the
 problem was fixed 2 months ago in -current, in version 1.72 of NetBSD.cf
 Either build and install a newer X or hand-tweak NetBSD.cf
 
 --- /usr/X11R6/lib/X11/config/NetBSD.cf.orig      2005-04-10 13:53:00.000000000 -0700
 +++ /usr/X11R6/lib/X11/config/NetBSD.cf   2005-04-10 14:01:20.000000000 -0700
 @@ -710,12 +710,14 @@
  /*
   * Definition for compiling on MIPS machines
   */
 +/*
  #if defined(MipsArchitecture) && !defined(SGIMipsArchitecture)
  #define PositionIndependentCFlags
  #define SharedLibraryLoadFlags -x -shared --whole-archive -soname `echo
 $@ | sed 's/\.[0-9]*$$//'`
  #define SharedXtReqs $(XONLYLIB) $(SMLIB) $(ICELIB)
  #define SharedXmuReqs $(LDPRELIB) $(XTOOLONLYLIB) $(XLIB)
  #endif
 +*/
 
  /*
   * Definition for compiling on SGI MIPS machines
 
 Cheers,
 
 Ben