diff options
Diffstat (limited to 'x11-toolkits/open-motif/files/patch-util-Imakefile')
-rw-r--r-- | x11-toolkits/open-motif/files/patch-util-Imakefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-toolkits/open-motif/files/patch-util-Imakefile b/x11-toolkits/open-motif/files/patch-util-Imakefile new file mode 100644 index 000000000000..487db79ef116 --- /dev/null +++ b/x11-toolkits/open-motif/files/patch-util-Imakefile @@ -0,0 +1,19 @@ +--- config/util/Imakefile.orig Fri Apr 28 17:04:07 2000 ++++ config/util/Imakefile Thu May 18 11:17:19 2000 +@@ -1,4 +1,16 @@ + XCOMM $XConsortium: Imakefile /main/16 1996/11/13 14:43:28 lehors $ ++ ++#ifdef FreeBSDArchitecture ++#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 |