[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:08072] Bug#JP/519: fvwm2-ja: Can't compile at Alpha architecture



Package: fvwm2-ja
Version: 2.0.46-3

Alphaアーキテクチャでコンパイルできません。以下 patch です。

--- fvwm2-ja-2.0.46.orig/Fvwm.tmpl
+++ fvwm2-ja-2.0.46/Fvwm.tmpl
@@ -392,7 +409,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__ )
 KLUDGE_LIBS = -ldnet_stub
 #else
 #ifdef HPArchitecture

# diff.gz に .orig や Makefile が多く含まれています。
# できれば、ない方がよいです。