summaryrefslogtreecommitdiff
path: root/x11/openmotif/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'x11/openmotif/patches/patch-ae')
-rw-r--r--x11/openmotif/patches/patch-ae26
1 files changed, 26 insertions, 0 deletions
diff --git a/x11/openmotif/patches/patch-ae b/x11/openmotif/patches/patch-ae
new file mode 100644
index 00000000000..c32f13b2389
--- /dev/null
+++ b/x11/openmotif/patches/patch-ae
@@ -0,0 +1,26 @@
+$NetBSD: patch-ae,v 1.1 2001/04/05 14:06:57 wiz Exp $
+
+--- config/cf/Motif.rules.orig Sun Oct 29 15:34:02 2000
++++ config/cf/Motif.rules Sun Oct 29 15:34:14 2000
+@@ -50,9 +50,10 @@
+ # define MotifIsTopLevelProject NO
+ #endif
+
+-/* Include the X11 project rules file. */
++#ifndef X11IsTopLevelProject
++/* If we have not included X11.rules yet, do it now. */
+ #include <X11.rules>
+-
++#endif
+
+ /* Use the in-tree Motif by default. */
+ #ifndef UseInstalledMotif
+@@ -698,7 +699,7 @@
+ #define Real_MessageCatalogRule(prefix) @@\
+ prefix.cat Concat(prefix,MsgCatI.h): @@\
+ $(RM) Concat(prefix,MsgCatI.h) prefix.cat $(MLOCSRC)/C/msg/prefix.msg @@\
+- $(MKCATTOOL) Concat(prefix,MsgCatI.h) prefix.msg > $(MLOCSRC)/C/msg/prefix.msg @@\
++ $(MKCATTOOL) Concat(prefix,MsgCatI.h) prefix.msg | sed '/^[ ]*$$/d' > $(MLOCSRC)/C/msg/prefix.msg @@\
+ $(GENCAT) prefix.cat $(MLOCSRC)/C/msg/prefix.msg @@\
+ @@\
+ includes:: prefix.cat Concat(prefix,MsgCatI.h) @@\