pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/29391
The following reply was made to PR pkg/29391; it has been noted by GNATS.
From: Ben Collver <collver%peak.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: wiz%NetBSD.org@localhost, jphofer%stephenson.net.dhis.org@localhost
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
Home |
Main Index |
Thread Index |
Old Index