Change the -fpic flag to -fPIC. This allows the xview-libs package to
link on the sparc. Thanks to Ethan Bakshy, ethan@enteract.com for pointing out some of the xview problems on the sparc.
This commit is contained in:
parent
eed3cba0d8
commit
95bcc9991e
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: patch-sum,v 1.2 1999/07/23 22:52:16 tron Exp $
|
||||
$NetBSD: patch-sum,v 1.3 1999/12/15 23:44:10 dmcmahill Exp $
|
||||
|
||||
MD5 (patch-aa) = b69ab21b731398be126ae9570ee6d24b
|
||||
MD5 (patch-ab) = 9468a4ecc579f87f0270bd70d9f34846
|
||||
MD5 (patch-ab) = 4d5d92c9161d92b2b8a181072cec88b7
|
||||
MD5 (patch-ac) = c8ab3024586b6530bd3a38a47e90358d
|
||||
MD5 (patch-ad) = 5792fd52c3486b2f5e58f0b9a947f7f4
|
||||
MD5 (patch-ae) = 53169fd4703265904e11817a57454e6d
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: patch-ab,v 1.2 1998/08/07 11:18:32 agc Exp $
|
||||
$NetBSD: patch-ab,v 1.3 1999/12/15 23:44:10 dmcmahill Exp $
|
||||
|
||||
diff -rc ../old/xview3.2p1-X11R6/config/XView.cf XView.cf
|
||||
*** ../old/xview3.2p1-X11R6/config/XView.cf Sun Jun 26 22:09:19 1994
|
||||
|
@ -84,7 +84,7 @@ diff -rc ../old/xview3.2p1-X11R6/config/XView.cf XView.cf
|
|||
* be defined as -PIC
|
||||
*/
|
||||
#ifndef PositionIndependentCodeFlag
|
||||
! #define PositionIndependentCodeFlag -fpic
|
||||
! #define PositionIndependentCodeFlag -fPIC
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue