diff options
author | garbled <garbled@pkgsrc.org> | 1998-09-16 19:01:58 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-09-16 19:01:58 +0000 |
commit | bcb5a301381feda4fe91382dd3d07355c0e55810 (patch) | |
tree | b3c355f4a971c549ede945c76c84d70b9266cb07 /x11 | |
parent | 4ee80ffb990ba433f73b67947f09c53174552a49 (diff) | |
download | pkgsrc-bcb5a301381feda4fe91382dd3d07355c0e55810.tar.gz |
Make this pkg work on alpha. The authors of this have earned a slightly
less violent death.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/fvwm2/patches/patch-aa | 14 | ||||
-rw-r--r-- | x11/fvwm2/patches/patch-ae | 13 |
2 files changed, 25 insertions, 2 deletions
diff --git a/x11/fvwm2/patches/patch-aa b/x11/fvwm2/patches/patch-aa index 49dd8878b63..d7f0ba59379 100644 --- a/x11/fvwm2/patches/patch-aa +++ b/x11/fvwm2/patches/patch-aa @@ -1,5 +1,6 @@ ---- Fvwm.tmpl.orig Tue Aug 18 23:30:33 1998 -+++ Fvwm.tmpl Tue Aug 18 23:35:15 1998 +$NetBSD: patch-aa,v 1.4 1998/09/16 19:01:58 garbled Exp $ +--- Fvwm.tmpl.orig Wed Sep 16 11:04:08 1998 ++++ Fvwm.tmpl Wed Sep 16 11:17:31 1998 @@ -97,7 +97,7 @@ * Set this to YES if you would like the programs in the utils directory * installed. @@ -40,3 +41,12 @@ #endif ICONPATH = FvwmIconPath +@@ -397,7 +399,7 @@ + + /* take care of libs not correctly added by Imake on some systems */ + /* #ifdef AlphaArchitecture */ +-#if defined(AlphaArchitecture) && !defined(linux) ++#if defined(AlphaArchitecture) && !defined(linux) && !defined(NetBSDArchitecture) + KLUDGE_LIBS = -ldnet_stub + #else + #ifdef HPArchitecture diff --git a/x11/fvwm2/patches/patch-ae b/x11/fvwm2/patches/patch-ae new file mode 100644 index 00000000000..078a1988484 --- /dev/null +++ b/x11/fvwm2/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.1 1998/09/16 19:01:58 garbled Exp $ +--- fvwm/alpha_header.h.orig Mon May 15 14:01:34 1995 ++++ fvwm/alpha_header.h Wed Sep 16 11:02:06 1998 +@@ -12,7 +12,7 @@ + extern size_t strlen(char *); + #endif + +-extern void bzero(char *, int); ++/*extern void bzero(char *, int); + extern int gethostname (char *, int); +-/**************************************************************************/ ++*************************************************************************/ + |