summaryrefslogtreecommitdiff
path: root/x11/openmotif/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'x11/openmotif/patches/patch-ah')
-rw-r--r--x11/openmotif/patches/patch-ah21
1 files changed, 21 insertions, 0 deletions
diff --git a/x11/openmotif/patches/patch-ah b/x11/openmotif/patches/patch-ah
new file mode 100644
index 00000000000..b7c98c8f49f
--- /dev/null
+++ b/x11/openmotif/patches/patch-ah
@@ -0,0 +1,21 @@
+$NetBSD: patch-ah,v 1.1 2001/04/05 14:06:57 wiz Exp $
+
+--- config/util/Imakefile.orig Sun Oct 29 14:31:06 2000
++++ config/util/Imakefile Sun Oct 29 14:31:30 2000
+@@ -1,4 +1,16 @@
+ XCOMM $XConsortium: Imakefile /main/16 1996/11/13 14:43:28 lehors $
++
++#ifdef NetBSDArchitecture
++#undef InstallProgram
++#define InstallProgram(file,dest) /* as nothing */
++#undef InstallNamedProg
++#define InstallNamedProg(srcname,dstname,dest) /* as nothing */
++#undef InstallManPage
++#define InstallManPage(file,dest) /* as nothing */
++#undef InstallManPageLong
++#define InstallManPageLong(srcname,dest,dstname) /* as nothing */
++#endif
++
+ #if UseCCMakeDepend
+ MDEP_PROG = makedepend
+ #endif