diff options
Diffstat (limited to 'x11/openmotif/patches/patch-as')
-rw-r--r-- | x11/openmotif/patches/patch-as | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/x11/openmotif/patches/patch-as b/x11/openmotif/patches/patch-as new file mode 100644 index 00000000000..64a9fbdb628 --- /dev/null +++ b/x11/openmotif/patches/patch-as @@ -0,0 +1,24 @@ +$NetBSD: patch-as,v 1.1 2002/06/22 04:38:32 jlam Exp $ + +--- config/cf/Imake.cf.orig Sat Jun 22 00:09:11 2002 ++++ config/cf/Imake.cf +@@ -73,6 +73,9 @@ + # if defined(__sparc__) || defined(sparc) + # define SparcArchitecture + # undef sparc ++# if defined(__sparc64__) ++# define Sparc64Architecture ++# endif + # endif + # ifdef mips + # define MipsArchitecture +@@ -129,6 +132,9 @@ + # if defined(__sparc__) || defined(sparc) + # define SparcArchitecture + # undef sparc ++# if defined(__sparc64__) ++# define Sparc64Architecture ++# endif + # endif + # ifdef mips + # define MipsArchitecture |