summaryrefslogtreecommitdiffstats
path: root/devel/ddd/files
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-05-09 00:27:55 +0000
committerobrien <obrien@FreeBSD.org>1999-05-09 00:27:55 +0000
commitf2e0487a7b679401fa26f71881878ba37894ed08 (patch)
tree135a120356ba58ccdcd763ca99f9187e3e93f5b2 /devel/ddd/files
parent29b5a498d1dd81aa51b6c78486ab9daae16e24c6 (diff)
downloadFreeBSD-ports-f2e0487a7b679401fa26f71881878ba37894ed08.zip
FreeBSD-ports-f2e0487a7b679401fa26f71881878ba37894ed08.tar.gz
Fix linage breakage. DDD author made a workaround for Motif 2.1 on
Solaris, but it seems to have broken building with Motif 2.1 on most every other platform.
Diffstat (limited to 'devel/ddd/files')
-rw-r--r--devel/ddd/files/patch-0211
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/ddd/files/patch-02 b/devel/ddd/files/patch-02
new file mode 100644
index 0000000..4e4909d
--- /dev/null
+++ b/devel/ddd/files/patch-02
@@ -0,0 +1,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);
OpenPOWER on IntegriCloud