aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ddd/files/patch-02
blob: 4e4909df1a5a34ef7824e2fb1e8c07e3b2105a6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ddd/InitImage.C.orig    Sun Mar 14 07:58:12 1999
+++ ddd/InitImage.C Sat May  8 17:09:05 1999
@@ -221,7 +221,7 @@
     // arguements.  If I simply change the three calls to
     // XmInstallImage to Xm21InstallImage, the problem is solved.
 
-#if XmVersion >= 2001
+#if XmVersion >= 2001 && defined(sun)
     return Xm21InstallImage(image, image_name);
 #else
     return XmInstallImage(image, image_name);