diff options
Diffstat (limited to 'wm/fvwm1/patches/patch-ad')
-rw-r--r-- | wm/fvwm1/patches/patch-ad | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/wm/fvwm1/patches/patch-ad b/wm/fvwm1/patches/patch-ad new file mode 100644 index 00000000000..1e0241cc5a5 --- /dev/null +++ b/wm/fvwm1/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.1.1.1 2000/12/12 02:03:48 wiz Exp $ +--- fvwm/Imakefile.orig Wed Sep 16 08:37:29 1998 ++++ fvwm/Imakefile Wed Sep 16 08:38:08 1998 +@@ -16,7 +16,7 @@ + + DEPLIBS = $(DEPXLIB) ../libs/libfvwmlib.a + +-#ifdef AlphaArchitecture ++#if defined(AlphaArchitecture) && !defined(NetBSDArchitecture) + LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) -ldnet_stub -L../libs -lfvwmlib + #else + #ifdef HPArchitecture |