[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:08069] Bug#JP/518: fvwm95-ja: Can't compile at Alpha architecture
Package: fvwm95-ja
Version: 2.0.43a-5
Alphaアーキテクチャでコンパイルできません。以下 patch です。
--- fvwm95-ja-2.0.43a.orig/Fvwm.tmpl
+++ fvwm95-ja-2.0.43a/Fvwm.tmpl
@@ -286,7 +286,7 @@
LIB = FvwmName
/* take care of libs not correctly added by Imake on some systems */
-#ifdef AlphaArchitecture
+#if defined( AlphaArchitecture ) && !defined( __linux__ )
KLUDGE_LIBS = -ldnet_stub
#else
#ifdef HPArchitecture
--- fvwm95-ja-2.0.43a.orig/fvwm/alpha_header.h
+++ fvwm95-ja-2.0.43a/fvwm/alpha_header.h
@@ -12,7 +12,9 @@
extern size_t strlen(char *);
#endif
+/*
extern void bzero(char *, int);
extern int gethostname (char *, int);
+*/
/**************************************************************************/
# xmkmf を使うアプリは clean で Makefile を消さないと diff.gz が
# やけに大きくなりますね。