6b69e3097d
"Motif 2.3.4 is an updated version of Open Motif 2.3 and is a major bug fix release." Keeping current package naming (openmotif) for now. Feedback from pascal@ naddy@
22 lines
763 B
Plaintext
22 lines
763 B
Plaintext
$OpenBSD: patch-config_cf_Motif_tmpl,v 1.3 2012/10/28 11:05:45 sthen Exp $
|
|
--- config/cf/Motif.tmpl.orig Mon Oct 22 15:50:39 2012
|
|
+++ config/cf/Motif.tmpl Wed Oct 24 21:18:52 2012
|
|
@@ -167,7 +167,7 @@ XCOMM $TOG: Motif.tmpl /main/6 1999/05/19 17:00:05 mgr
|
|
# define YaccFlags /**/
|
|
#endif
|
|
|
|
-#define MotifSharedRev 2.1
|
|
+#define MotifSharedRev 3.0
|
|
|
|
#ifndef BuildMotifConfig
|
|
# define BuildMotifConfig YES
|
|
@@ -384,7 +384,7 @@ XCOMM $TOG: Motif.tmpl /main/6 1999/05/19 17:00:05 mgr
|
|
/* hardcoded default path. Contrary to the original duplicate of USRLIBDIR
|
|
in the Imakefiles. */
|
|
#ifndef VirtualBindingsPath
|
|
-# define VirtualBindingsPath $(USRLIBDIR)/Xm/bindings
|
|
+# define VirtualBindingsPath ${PREFIX}/lib/X11/bindings
|
|
#endif
|
|
|
|
MTOP = MTop
|