nedit/nedit-5.5CVS-motif.patch
Dirk Stoecker f0b826cdb3 Accepting request 195766 from home:dstoecker
Please change also the repositories for 12.2,12.3 and Factory for editors project to ":NonFree", so nedit compiles. Since 12.2 motif is in nonfree.

OBS-URL: https://build.opensuse.org/request/show/195766
OBS-URL: https://build.opensuse.org/package/show/editors/nedit?expand=0&rev=9
2013-08-28 06:25:12 +00:00

13 lines
472 B
Diff

diff -ur nedit/util/motif.c nedit_fix/util/motif.c
--- nedit/util/motif.c 2012-10-25 15:51:20.000000000 +0200
+++ nedit_fix/util/motif.c 2013-08-21 06:40:14.649187774 +0200
@@ -151,7 +151,7 @@
{
result = MotifKnownBad;
}
- else if (XmFullVersion >= 200203 && XmFullVersion <= 200303) /* 2.2.3 - 2.3 is good */
+ else if (XmFullVersion >= 200203 && XmFullVersion <= 200304) /* 2.2.3 - 2.3 is good */
{
result = MotifKnownGood;
}