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

[debian-users:08073] Bug#JP/520: afterstep-i18n: Can't compile at Alpha architecture



Package: afterstep-i18n
Version: 1:1.0.98Feb27-5

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

--- afterstep-i18n-1.0.98Feb27.orig/modules/Audio/Imakefile
+++ afterstep-i18n-1.0.98Feb27/modules/Audio/Imakefile
@@ -29,7 +29,7 @@
 
 DEPLIBS = $(DEPXLIB)  ../../lib/libafterstep.a
 
-#ifdef AlphaArchitecture
+#if defined( AlphaArchitecture ) && !defined( __linux__ )
 LOCAL_LIBRARIES = -ldnet_stub -L../../lib -lafterstep
 #else
 LOCAL_LIBRARIES = -L../../lib -lafterstep
--- afterstep-i18n-1.0.98Feb27.orig/modules/Auto/Imakefile
+++ afterstep-i18n-1.0.98Feb27/modules/Auto/Imakefile
@@ -7,7 +7,7 @@
 
 DEPLIBS = $(DEPXLIB)  ../../lib/libafterstep.a
 
-#ifdef AlphaArchitecture
+#if defined( AlphaArchitecture ) && !defined( __linux__ )
 LOCAL_LIBRARIES = -ldnet_stub -L../../lib -lafterstep  
 #else
 LOCAL_LIBRARIES = -L../../lib -lafterstep
--- afterstep-i18n-1.0.98Feb27.orig/modules/Wharf/Imakefile
+++ afterstep-i18n-1.0.98Feb27/modules/Wharf/Imakefile
@@ -15,7 +15,7 @@
 
 DEPLIBS = $(DEPXLIB)  ../../lib/libafterstep.a   
 
-#ifdef AlphaArchitecture
+#if defined( AlphaArchitecture ) && !defined( __linux__ )
 LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) -ldnet_stub -L../../lib -lafterstep     
 #else
 LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) -L../../lib -lafterstep
--- afterstep-i18n-1.0.98Feb27.orig/modules/Banner/Imakefile
+++ afterstep-i18n-1.0.98Feb27/modules/Banner/Imakefile
@@ -15,7 +15,7 @@
 
 DEPLIBS = $(DEPXLIB) 
 
-#ifdef AlphaArchitecture
+#if defined( AlphaArchitecture ) && !defined( __linux__ )
 LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) -ldnet_stub -L../../lib -lafterstep  
 #else
 LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) -L../../lib -lafterstep  
--- afterstep-i18n-1.0.98Feb27.orig/modules/Pager/Imakefile
+++ afterstep-i18n-1.0.98Feb27/modules/Pager/Imakefile
@@ -13,7 +13,7 @@
 
 DEPLIBS = $(DEPXLIB)  ../../lib/libafterstep.a   
 
-#ifdef AlphaArchitecture
+#if defined( AlphaArchitecture ) && !defined( __linux__ )
 LOCAL_LIBRARIES = $(XLIB) -ldnet_stub -L../../lib -lafterstep
 #else
 LOCAL_LIBRARIES = $(XLIB) -L../../lib -lafterstep
--- afterstep-i18n-1.0.98Feb27.orig/modules/Animate/Imakefile
+++ afterstep-i18n-1.0.98Feb27/modules/Animate/Imakefile
@@ -4,7 +4,7 @@
 
 DEPLIBS = $(DEPXLIB)  ../../lib/libafterstep.a   
 
-#ifdef AlphaArchitecture
+#if defined( AlphaArchitecture ) && !defined( __linux__ )
 LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) -ldnet_stub -L../../lib -lafterstep     
 #else
 LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) -L../../lib -lafterstep -lm
--- afterstep-i18n-1.0.98Feb27.orig/afterstep/Imakefile
+++ afterstep-i18n-1.0.98Feb27/afterstep/Imakefile
@@ -15,7 +15,7 @@
 
 DEPLIBS = $(DEPXLIB) ../lib/libafterstep.a
 
-#ifdef AlphaArchitecture
+#if defined( AlphaArchitecture ) && !defined( __linux__ )
 LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) -ldnet_stub -lm -L../lib -lafterstep
 #else 
 #ifdef HPArchitecture