diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-07-19 12:58:57 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-07-19 12:58:57 +0000 |
commit | 81736f7a20dad4821a03343bc06811a78bcba0c0 (patch) | |
tree | 026add81936e3452a8314c4a32e61364291ac331 /x11-toolkits/open-motif/files/patch-util-Imakefile | |
parent | Minor portlinting. (diff) |
Update to build properly from sources rather than re-package the Metrolink
offering.
Portions of this port came from the following (the rest was my own blood
and sweat):
PR: 18691
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
Submitted by: Sungman Cho <smcho@tsp.korea.ac.kr> (via -ports)
Notes
Notes:
svn path=/head/; revision=30852
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 |